@font-face {
    font-family: OceanicText;
    src: url("/static/fonts/oceanic-text/OceanicText-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: OceanicText;
    src: url("/static/fonts/oceanic-text/OceanicText-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: OceanicText;
    src: url("/static/fonts/oceanic-text/OceanicText-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: UN11ST;
    src: url("/static/fonts/un-11st/UN11ST-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: UN11ST;
    src: url("/static/fonts/un-11st/UN11ST-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: ModernGothicMono;
    src: url("/static/fonts/modern-gothic-mono/ModernGothicMono-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: ABCMonumentGrotesk;
    src: url("/static/fonts/abc-monument-grotesk/ABCMonumentGrotesk-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: ABCMonumentGrotesk;
    src: url("/static/fonts/abc-monument-grotesk/ABCMonumentGrotesk-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
