/* ================================================= */
/* CALEDEA                                            */
/* ================================================= */

@font-face {
    font-family: "Caladea";
    src: url("/fonts/caladea-latin-regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Caladea";
    src: url("/fonts/caladea-latin-700.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ================================================= */
/* OPEN SANS                                          */
/* ================================================= */

@font-face {
    font-family: "Open Sans";
    src: url("/fonts/open-sans-latin-regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("/fonts/open-sans-latin-italic.woff2") format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("/fonts/open-sans-latin-700.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ================================================= */
/* ROBOTO CONDENSED                                   */
/* ================================================= */

@font-face {
    font-family: "Roboto Condensed";
    src: url("/fonts/roboto-condensed-latin-500.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}