/** =================== INTER =================== **/

/** Inter (variable: 100-900) **/
@font-face {
    font-family: "Inter";
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
    src: url("Inter.woff2") format("woff2"),
         url("Inter.woff") format("woff");
}

/** Inter Italic (variable: 100-900) **/
@font-face {
    font-family: "Inter";
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
    src: url("Inter-Italic.woff2") format("woff2"),
         url("Inter-Italic.woff") format("woff");
}
