@font-face {
    font-family: 'Merriweather 24pt';
    src: url('../fonts/subset-Merriweather24pt-Bold.woff2') format('woff2'),
         url('../fonts/subset-Merriweather24pt-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather 24pt';
    src: url('../fonts/subset-Merriweather24pt-ExtraBold.woff2') format('woff2'),
         url('../fonts/subset-Merriweather24pt-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Greenleaf Bold Pro';
    src: url('../fonts/subset-GreenleafBoldPro.woff2') format('woff2'),
         url('../fonts/subset-GreenleafBoldPro.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Narrow';
    src: url('../fonts/subset-GothamNarrow-Book.woff2') format('woff2'),
         url('../fonts/subset-GothamNarrow-Book.woff') format('woff');
    font-weight: 400;
}

@font-face {
    font-family: 'Gotham Narrow';
    src: url('../fonts/subset-GothamNarrow-Bold.woff2') format('woff2'),
         url('../fonts/subset-GothamNarrow-Bold.woff') format('woff');
    font-weight: 700;
}

@font-face {
    font-family: 'Gotham Ultra';
    src: url('../fonts/subset-Gotham-Ultra.woff2') format('woff2'),
         url('../fonts/subset-Gotham-Ultra.woff') format('woff');
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/subset-Gotham-Book.woff2') format('woff2'),
         url('../fonts/subset-Gotham-Book.woff') format('woff');
    font-weight: 400;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/subset-Gotham-Medium.woff2') format('woff2'),
         url('../fonts/subset-Gotham-Medium.woff') format('woff');
    font-weight: 500;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/subset-Gotham-Bold.woff2') format('woff2'),
         url('../fonts/subset-Gotham-Bold.woff') format('woff');
    font-weight: 700;
}

@font-face {
    font-family: 'Bitcheese';
    src: url('../fonts/subset-Bitcheese.woff2') format('woff2'),
         url('../fonts/subset-Bitcheese.woff') format('woff');
}

body {
    font-family: 'Gotham', Arial, sans-serif;
}