/* ==========================================================================
   Self-Hosted Google Fonts (GDPR compliant - no data sent to Google)
   ========================================================================== */

/* Instrument Serif - Regular */
@font-face {
    font-family: 'Instrument Serif';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/instrument-serif-400.woff2') format('woff2');
}

/* Inter - Variable (400-600) */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400 600;
    font-display: swap;
    src: url('../fonts/inter-400.woff2') format('woff2');
}

/* Montserrat - Variable (400-800) */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url('../fonts/montserrat-variable.woff2') format('woff2');
}
