@font-face {
     font-family: 'TTFirsNeue';
     src: local('TTFirsNeue'),
         url('/webfont/TTFirsNeue-Regular.woff2') format('woff2'),
         url('/webfont/TTFirsNeue-Regular.woff') format('woff');
     font-weight: normal;
     font-style: normal;
     font-display: swap;
}

@font-face {
     font-family: 'TTFirsNeue';
     src: local('TTFirsNeue'),
         url('/webfont/TTFirsNeue-Medium.woff2') format('woff2'),
         url('/webfont/TTFirsNeue-Medium.woff') format('woff');
     font-weight: bold;
     font-style: bold;
     font-display: swap;
}

