/**
 * Montserrat Font Faces
 * Self-hosted, zero third-party cookies
 * Weights: 400, 500, 600, 700, 800
 */

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-400.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-500.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-600.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-700.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-800.ttf') format('truetype');
    font-weight: 800;
    font-display: swap;
}
