/* Local Google Fonts - Montserrat & Roboto */
/* Using variable fonts (TTF format with weight range support) */

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

/* Roboto - Variable font (supports weights 100-900) */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('Roboto.ttf') format('truetype');
}
