@font-face {
    font-family: 'newyorkregular';
    src: url('../fonts/newyork-webfont.eot');
    src: url('../fonts/newyork-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/newyork-webfont.woff2') format('woff2'),
         url('../fonts/newyork-webfont.woff') format('woff'),
         url('../fonts/newyork-webfont.ttf') format('truetype'),
         url('../fonts/newyork-webfont.svg#newyorkregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FH Total Display';
    src: url('../fonts/FHTotalDisplay-Thin.woff2') format('woff2'),
         url('../fonts/FHTotalDisplay-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}