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

@font-face {
    font-family: "Cinzel";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src:
        url("/static/fonts/Cinzel-SemiBold.woff2") format("woff2"),
        url("/static/fonts/Cinzel-SemiBold.ttf") format("truetype");
}

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

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src:
        url("/static/fonts/Inter-Light.woff2") format("woff2"),
        url("/static/fonts/Inter-Light.ttf") format("truetype");
}

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

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src:
        url("/static/fonts/Inter-Medium.woff2") format("woff2"),
        url("/static/fonts/Inter-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src:
        url("/static/fonts/Inter-SemiBold.woff2") format("woff2"),
        url("/static/fonts/Inter-SemiBold.ttf") format("truetype");
}

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

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

@font-face {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src:
        url("/static/fonts/Oswald-Medium.woff2") format("woff2"),
        url("/static/fonts/Oswald-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src:
        url("/static/fonts/Oswald-SemiBold.woff2") format("woff2"),
        url("/static/fonts/Oswald-SemiBold.ttf") format("truetype");
}

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