@font-face {
     font-family: 'KyivType';
     src: local('KyivType'),
         url('/webfont/KyivTypeSans-Regular.woff2') format('woff2');
     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: 'KyivType';
     src: local('KyivType'),
         url('/webfont/KyivTypeSans-Heavy.woff2') format('woff2');
     font-weight: bold;
     font-style: normal;
     font-display: swap;
 }