@font-face {
    font-display: swap;
    font-family: "Montserrat";
    font-weight: 100 1000;
    src: url(/static/fonts/Montserrat/Montserrat-variable.woff2) format("woff2-variations"),
    url(/static/fonts/Montserrat/Montserrat-variable.woff2) format("woff2");
}

@font-face {
    font-family: 'Akira-Expanded';
    src: url('/static/fonts/Akira/AkiraAdjusted-Bold.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akira-Expanded';
    src: url('/static/fonts/Akira/AkiraAdjusted-SuperBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-display: swap;
    font-family: roboto;
    font-style: normal;
    font-weight: 400;
    src: url(/static/fonts/roboto/Roboto.woff2) format("woff2"),
    url(/static/fonts/roboto/Roboto.woff) format("woff"),
    url(/static/fonts/roboto/Roboto.ttf) format("truetype");
}

@font-face {
    font-display: swap;
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    src: url(/static/fonts/fontello/fontello.woff2) format("woff2"),
    url(/static/fonts/fontello/fontello.woff) format("woff"),
    url(/static/fonts/fontello/fontello.ttf) format("truetype");
}


@font-face {
    font-display: swap;
    font-family: "Geist";
    font-weight: 100 1000;
    src: url(/static/fonts/geist/Geist[wght].woff2) format("woff2-variations"),
    url(/static/fonts/geist/Geist[wght].woff2) format("woff2");
}

@supports (font-variation-settings: normal) {
    .font-inter { font-family: "InterVariable", sans-serif; font-optical-sizing: auto; }
}
@font-face {
    font-family: InterVariable;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("/static/fonts/inter/InterVariable.woff2") format("woff2");
}
@font-face {
    font-family: InterVariable;
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url("/static/fonts/inter/InterVariable-Italic.woff2") format("woff2");
}
