@font-face {
    font-family: 'Trebuchet';
    src: url('fonts/Trebuchet-MS-Italic.woff2') format('woff2'),
         url('fonts/Trebuchet-MS-Italic.woff') format('woff'),
         url('fonts/Trebuchet-MS-Italic.otf') format('opentype'),
         url('fonts/Trebuchet-MS-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
 
}

@font-face {
    font-family: 'Trebuchet';
    src: url('fonts/Trebuchet-MS.woff2') format('woff2'),
         url('fonts/Trebuchet-MS.woff') format('woff'),
         url('fonts/Trebuchet-MS.otf') format('opentype'),
         url('fonts/Trebuchet-MS.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/gothamhtf-book.woff2') format('woff2'),
         url('fonts/gothamhtf-book.woff') format('woff'),
         url('fonts/GothamHTF-Book.otf') format('opentype'),
         url('fonts/gothamhtf-book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/gothamhtf-medium.woff2') format('woff2'),
         url('fonts/gothamhtf-medium.woff') format('woff'),
         url('fonts/GothamHTF-Medium.otf') format('opentype'),
         url('fonts/gothamhtf-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/gothamhtf-bold.woff2') format('woff2'),
         url('fonts/gothamhtf-bold.woff') format('woff'),
         url('fonts/GothamHTF-Bold.otf') format('opentype'),
         url('fonts/gothamhtf-bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'DM Serif';
    src: url('fonts/dmseriftext-regular-webfont.woff2') format('woff2'),
         url('fonts/dmseriftext-regular-webfont.woff') format('woff'),
         url('fonts/dmseriftext-regular.otf') format('opentype'),
         url('fonts/DMSerifText-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'DM Serif';
    src: url('fonts/dmseriftext-italic-webfont.woff2') format('woff2'),
         url('fonts/dmseriftext-italic-webfont.woff') format('woff'),
         url('fonts/dmseriftext-italic.otf') format('opentype'),
         url('fonts/DMSerifText-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;

}