

/* @import must be at top of file, otherwise CSS will not work */
@import url("https://cdn.fonts.net/t/1.css?apiType=css&projectid=e05b8fad-43ec-4c6b-906a-13bb8fdd623e");

@font-face {
    font-family: "GothamSSmBook";
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    src: url('gotham/GothamSSmBook.woff2') format('woff2'), url('gotham/GothamSSmBook.woff') format('woff');
}

@font-face {
    font-family: "GothamSSmBold";
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    src: url('gotham/GothamSSmBold.woff2') format('woff2'), url('gotham/GothamSSmBold.woff') format('woff');
}
