@font-face {
    font-family: Styrene A;
    src: url(fonts/StyreneA-Bold.otf) format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display:swap
}

@font-face {
    font-family: Styrene A;
    src: url(fonts/StyreneA-Medium.otf) format("opentype");
    font-weight: 700;
    font-style:italic
}

@font-face {
    font-family: Styrene A;
    src: url(fonts/StyreneA-Regular.otf) format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display:swap
}

@font-face {
    font-family: Panton Narrow;
    src: url(fonts/PantonNarrow-SemiBold.otf) format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display:swap
}

@font-face {
    font-family: Panton Narrow;
    src: url(fonts/PantonNarrow-Bold.otf) format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display:swap
}

@font-face {
    font-family: Panton Narrow;
    src: url(fonts/PantonNarrow-Heavy.otf) format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display:swap
}

@font-face {
    font-family: Panton Narrow;
    src: url(fonts/ScalaSansPro-HeavyItalic.otf) format("opentype");
    font-weight: 900;
    font-style: italic;
    font-display:swap
}