/**
 * Montserrat Font - Local Self-Hosted
 * Variable fonts support all weights (100-900) in a single file
 */

/* Montserrat Normal (Variable Font) */
@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900; /* Variable font supports all weights */
    font-style: normal;
    font-display: swap; /* Better performance for PWAs */
}

/* Montserrat Italic (Variable Font) */
@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900; /* Variable font supports all weights */
    font-style: italic;
    font-display: swap;
}
