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

@font-face {
    font-family: "SerifGothic";
    src: url("fonts/ITCSerifGothic.woff2") format("woff2"),
        url("fonts/ITCSerifGothic.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SerifGothicBold";
    src: url("fonts/ITCSerifGothicBold.woff2") format("woff2"),
        url("fonts/ITCSerifGothicBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SerifGotLig";
    src: url("fonts/ITCSerifGotLig.woff2") format("woff2"),
        url("fonts/ITCSerifGotLig.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}