/* Merriweather - Italic 400 */
@font-face {
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 400;
    font-stretch: normal;
    font-display: swap;
    src: url('fonts/Merriweather-Italic-400.ttf') format('truetype');
}

/* Merriweather - Normal 300 */
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
    font-display: swap;
    src: url('fonts/Merriweather-Normal-300.ttf') format('truetype');
}

/* Merriweather - Normal 400 */
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    font-display: swap;
    src: url('fonts/Merriweather-Normal-400.ttf') format('truetype');
}

/* Merriweather - Normal 700 */
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    font-display: swap;
    src: url('fonts/Merriweather-Normal-700.ttf') format('truetype');
}

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

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

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