@font-face {
    font-family: "Hero";
    src:
        url("Hero-Light.woff2") format("woff2"),
        url("Hero-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src:
        url("Gotham-LightItalic.woff2") format("woff2"),
        url("Gotham-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src:
        url("Gotham-Book.woff2") format("woff2"),
        url("Gotham-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src:
        url("Gotham-Medium.woff2") format("woff2"),
        url("Gotham-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham Extra";
    src:
        url("Gotham-ExtraLight.woff2") format("woff2"),
        url("Gotham-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
