@font-face {
    font-family: 'Hubot Sans';
    font-weight: 200 900;
    font-stretch: 75% 125%;
    /* font-display: swap; */
    /* font-feature-settings: "ss01" on; */
    src:
        url(/fonts/Hubot-Sans.woff2) format('woff2 supports variations'),
        url(/fonts/Hubot-Sans.woff2) format('woff2-variations');
}

body {
    color:#f5f5f5;
}
a {
    color:#f0abfc;
}
a:hover {
    color:#262626;
    background:#f0abfc
}

@media (prefers-color-scheme: light) {
    body {
        color:#262626;
    }
    a {
        color:#a21caf;
    }
    a:hover {
        color:#f5f5f5;
        background:#a21caf
    }
}
