/*
    Fuente local Inter.
    Descargar Inter Variable como WOFF2 y colocarlo en:
    /assets/vendor/inter/Inter-Variable.woff2

    Si no se coloca el archivo, el navegador usará el fallback system-ui.
*/
@font-face {
    font-family: 'Inter';
    src: url('/assets/vendor/inter/Inter-Variable.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/assets/vendor/inter/Inter-Italic-Variable.woff2') format('woff2');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}
