@font-face {
    font-family: "fairfax-hd";
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: 
        local("FairfaxHD"),
        url(https://ka-so.me/assets/fonts/FairfaxHD.ttf) format("truetype");
}
@font-face {
    font-family: "fairfax-pona-hd";
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: 
        local("FairfaxPonaHD"),
        url(https://ka-so.me/assets/fonts/FairfaxPonaHD.ttf) format("truetype");
}
body {
    background-color: oklch(0.962891 0.021875 233);
    font-family: "fairfax-hd";
}
a:link {
    color: oklch(0.41748 0.107813 53);
}
a:visited {
    color: oklch(0.399414 0.107813 143);
}
.card {
    color: oklch(0.308594 0.078125 323);
}
.sitelen_pona:lang(tok) {
    font-family: "fairfax-pona-hd";
}
@media (prefers-color-scheme: dark) {
    body {
        background-color: oklch(0.292969 0.078125 233);
    }
    a:link {
        color: oklch(0.920898 0.053125 53);
    }
    a:visited {
        color: oklch(0.912109 0.053125 143);
    }
    .card {
        color: oklch(0.966797 0.021875 323);
    }
}