/* Self-hosted Google Fonts - Inter Variable Font */
/* 
 * Font files should be placed in: public/google-woff2-1bccf20/
 * Required files:
 * - Inter-VariableFont_slnt,wght.woff2
 * - Montserrat-Bold.woff2
 * - Montserrat-ExtraBold.woff2
 */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-stretch: normal;
    font-display: swap;
    src: url('../google-woff2-1bccf20/Inter-VariableFont_slnt,wght.woff2') format('woff2-variations');
    font-named-instance: 'Regular';
}

/* Alias for Inter Variable to match app usage */
@font-face {
    font-family: 'Inter Variable';
    font-style: normal;
    font-weight: 100 900;
    font-stretch: normal;
    font-display: swap;
    src: url('../google-woff2-1bccf20/Inter-VariableFont_slnt,wght.woff2') format('woff2-variations');
    font-named-instance: 'Regular';
}

/* Montserrat Font - Bold and ExtraBold weights */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../google-woff2-1bccf20/Montserrat-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../google-woff2-1bccf20/Montserrat-ExtraBold.woff2') format('woff2');
}

