/* https://github.com/RedHatOfficial/Overpass */
/* SIL Open Font License 1.1 https://github.com/RedHatOfficial/Overpass/blob/master/OFL.txt */
@font-face {
    font-family: 'Overpass';
    font-optical-sizing: auto;
    font-style: normal;
    ascent-override: 100%;
    src: url(/assets/fonts/Overpass-Bold.woff2) format("woff2")
}

/* https://github.com/rsms/inter */
/* SIL Open Font License 1.1 https://github.com/rsms/inter/blob/master/LICENSE.txt */
@font-face {
    font-family: 'Inter';
    font-weight: 100 900;
    font-stretch: 50% 100%;
    src: url(/assets/fonts/InterVariable.woff2) format("woff2")
}
html,:host { font-family: 'Inter', sans-serif; }
.font-stylized { font-family: 'Overpass', monospace; }