/* Source Serif */

@font-face {
    font-family: "Source Serif";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/source_serif_regular.ttf") format("truetype");
}

@font-face {
    font-family: "Source Serif";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/source_serif_regular_italic.ttf") format("truetype");
}

@font-face {
    font-family: "Source Serif";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("../fonts/source_serif_light.ttf") format("truetype");
}

@font-face {
    font-family: "Source Serif";
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url("../fonts/source_serif_light_italic.ttf") format("truetype");
}


/* Montserrat */

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

@font-face {
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/montserrat_regular_italic.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("../fonts/montserrat_light.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url("../fonts/montserrat_light_italic.ttf") format("truetype");
}
