body {
    font-family: GothamSSmBook,sans-serif;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}    

@font-face {
    font-family: "GothamSSmBold"; /* Choose a name for your font */
    src: url("fonts/GothamSSmBold.woff2") format("woff2"), /* WOFF2 for newer browsers */
            url("fonts/GothamSSmBold.woff") format("woff");   /* WOFF for wider compatibility */
    font-weight: normal; /* Define weight if applicable (e.g., bold, light) */
    font-style: normal;  /* Define style if applicable (e.g., italic) */
}

@font-face {
    font-family: "GothamSSmBook"; /* Choose a name for your font */
    src: url("fonts/GothamSSmBook.woff2") format("woff2"), /* WOFF2 for newer browsers */
            url("fonts/GothamSSmBook.woff") format("woff");   /* WOFF for wider compatibility */
    font-weight: normal; /* Define weight if applicable (e.g., bold, light) */
    font-style: normal;  /* Define style if applicable (e.g., italic) */
}