// stylelint-disable no-empty-source
@font-face {
    font-family: "Gotham";
    src: url("public/fonts/gotham-medium.woff2") format("woff2"),
    url("fonts/gotham-medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: url("fonts/gotham-bolditalic.woff2") format("woff2"),
    url("fonts/gotham-bolditalic.woff") format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

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

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

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

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