/* =====================
 *  INTER VARIABLE – NORMAL
 * ===================== */
@font-face {
    font-family: 'Inter';
    src: url('./assets/Font/InterVariable.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* =====================
 *  INTER VARIABLE – ITALIC
 * ===================== */
@font-face {
    font-family: 'Inter';
    src: url('./assets/Font/InterVariable-Italic.woff2') format('woff2');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}