/* Montserrat Fonts - Self-hosted for zero CDN latency */

/* Weight 400 (Regular) */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./Montserrat-Regular.ttf') format('truetype');
}

/* Weight 600 (SemiBold) */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('./Montserrat-SemiBold.ttf') format('truetype');
}
