/* ==============================
   Inter Variable Font
   ============================== */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900; /* variable range */
    src: url('../fonts/Inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
}

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

/* ==============================
   Manrope Variable Font
   ============================== */
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 200 800;
    src: url('../fonts/Manrope/Manrope-VariableFont_wght.ttf') format('truetype');
}

/* ==============================
   Montez Regular
   ============================== */
@font-face {
    font-family: 'Montez';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Montez/Montez-Regular.ttf') format('truetype');
}
