@font-face {
    font-family: "Ivar";
    src: url("static/fonts/IvarDisplay-Regular.otf");
    font-style: normal;
    font-display: swap;
    font-weight: 400;
}

@font-face {
    font-family: "Ivar";
    src: url("static/fonts/IvarDisplay-Italic.otf");
    font-style: italic;
    font-display: swap;
    font-weight: 400;
}

@font-face {
    font-family: "Inter";
    src: url("static/fonts/Inter-VariableFont_slnt,wght.ttf");
    /* font-style: italic; */
    font-display: swap;
    /* font-weight: 400; */
}