:root {
    font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    font-weight: 400;

    color-scheme: light dark;
    color: rgba(255, 255, 255, 0.87);
    background-color: #242424;

    font-synthesis: none;
    text-rendering: optimizeLegibility;
}

body {
    margin: 0 auto;
    max-width: 1280px;
    min-width: 320px;
    min-height: 100vh;
    padding: 3em 0;
    text-align: center;
}

a {
    font-weight: 500;
    color: #646cff;
    text-decoration: inherit;
    white-space: nowrap;
}

a > img {
    height: 1em;
    transition: 0.3s;
}

a > span {
    transition: 0.3s;
    display: inline-block;
}

a:hover {
    color: #535bf2;
}

a:hover > img {
    translate: 0 -0.2em;
}

a:hover > span {
    translate: 0.15em -0.15em;
}

h1 {
    font-size: large;
}

@media (prefers-color-scheme: light) {
    :root {
        color: #213547;
        background-color: #ffffff;
    }
    a:hover {
        color: #747bff;
    }
}
