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

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


@font-face {
    font-family:"Favorit";
    src: url(../fonts/Favorit-Light.otf) format("opentype");
    font-weight:300;
    font-style:normal;
    font-display: swap;
}
@font-face {
    font-family:"Favorit";
    src: url(../fonts/Favorit-Normal.otf) format("opentype");
    font-weight:400;
    font-style:normal;
    font-display: swap;
}
@font-face {
    font-family:"Favorit";
    src: url(../fonts/Favorit-Oblique.otf) format("opentype");
    font-weight:500;
    font-style:normal;
    font-display: swap;
}
@font-face {
    font-family:"Favorit";
    src: url(../fonts/Favorit-Bold.otf) format("opentype");
    font-weight:600;
    font-style:normal;
    font-display: swap;
}
@font-face {
    font-family:"Favorit";
    src: url(../fonts/Favorit-Heavy.otf) format("opentype");
    font-weight:900;
    font-style:normal;
    font-display: swap;
}