/* filepath: /assets/css/base/fonts.css */

/* Define font-face for Inter */
@font-face {
    font-family: 'Inter';
    src: url('../font/inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900; /* Supports weights from Thin (100) to Black (900) */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/inter/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}