/* Source Serif 4 Normal */
@font-face {
    font-display: swap;
    font-family: "Source Serif 4";
    font-style: normal;
    font-weight: 200 900;
    src: url("./SourceSerif4-VariableFont_opsz,wght.woff2") format("woff2");
}

/* Source Serif 4 Italic */
@font-face {
    font-display: swap;
    font-family: "Source Serif 4";
    font-style: italic;
    font-weight: 200 900;
    src: url("./SourceSerif4-Italic-VariableFont_opsz,wght.woff2") format("woff2");
}


/* Playfair Display Normal */
@font-face {
    font-display: swap;
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 400 900;
    src: url("./PlayfairDisplay-VariableFont_wght.woff2") format("woff2");
}

/* Playfair Display Italic */
@font-face {
    font-display: swap;
    font-family: "Playfair Display";
    font-style: italic;
    font-weight: 400 900;
    src: url("./PlayfairDisplay-Italic-VariableFont_wght.woff2") format("woff2");
}

/* Lato Regular */
@font-face {
    font-display: swap;
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    src: url("./Lato-Regular.woff2") format("woff2");
}

/* Lato Bold */
@font-face {
    font-display: swap;
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    src: url("./Lato-Bold.woff2") format("woff2");
}

/* Lato Italic */
@font-face {
    font-display: swap;
    font-family: "Lato";
    font-style: italic;
    font-weight: 400;
    src: url("./Lato-Italic.woff2") format("woff2");
}