/* assets/css/modules/_fonts.css */

/* Montserrat Variable Font */
@font-face {
    font-family: 'Sans Serif';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../../fonts/Montserrat-VariableFont_wght.ttf')
        format('truetype');
}

/* Montserrat Variable Font - Italic (if you have it) */
@font-face {
    font-family: 'Sans Serif';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url('../../fonts/Montserrat-Italic-VariableFont_wght.ttf')
        format('truetype');
}

/* EB Garamond Variable Font */
@font-face {
    font-family: 'Serif';
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url('../../fonts/EBGaramond-VariableFont_wght.ttf')
        format('truetype');
}

/* EB Garamond Variable Font - Italic (if you have it) */
@font-face {
    font-family: 'Serif';
    font-style: italic;
    font-weight: 400 800;
    font-display: swap;
    src: url('../../fonts/EBGaramond-Italic-VariableFont_wght.ttf')
        format('truetype');
}
