html,
body {
    margin: 0;
    font-family: "Segoe UI Variable Text", "Segoe UI", "Inter", "Roboto", Arial, sans-serif;
    background-color: #1b1a19;
    color: #ffffff;
}

* {
    font-family: "Segoe UI Variable Text", "Segoe UI", "Inter", "Roboto", Arial, sans-serif;
}

a {
    color: #a6c96d;
}

a:hover {
    color: #c7e39a;
}

h1:focus {
    outline: none;
}
