@font-face {
     font-family: 'Univers55Roman';
     src: local('Univers55Roman'),
         url('/webfont/Univers55Roman.woff2') format('woff2'),
         url('/webfont/Univers55Roman.woff') format('woff');
     font-weight: normal;
     font-style: normal;
     font-display: swap;
}
 
/*
Include an additional @font-face block for each font file in the family.
Change the font-weight and font-style value to match each font file
*/
@font-face {
     font-family: 'Univers65Bold';
     src: local('Univers65Bold'),
         url('/webfont/Univers65Bold.woff2') format('woff2'),
         url('/webfont/Univers65Bold.woff') format('woff');
     font-weight: bold;
     font-style: normal;
     font-display: swap;
 }
 
 @font-face {
     font-family: 'Univers45Light';
     src: local('Univers45Light'),
         url('/webfont/Univers45Light.woff2') format('woff2'),
         url('/webfont/Univers45Light.woff') format('woff');
     font-weight: light;
     font-style: normal;
     font-display: swap;
 }