@font-face {
     font-family: 'FoundersGrotesk-Bold';
     src: local('FoundersGrotesk-Bold'),
         url('https://dev-zando.pantheonsite.io/webfont/FoundersGrotesk-Bold.woff2') format('woff2');
     font-weight: bold;
     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: 'FoundersGrotesk-Semibold';
     src: local('FoundersGrotesk-Semibold'),
         url('https://dev-zando.pantheonsite.io/webfont/FoundersGrotesk-Semibold.woff2') format('woff2');
     font-weight: bold;
     font-style: normal;
     font-display: swap;
 }

 @font-face {
     font-family: 'Simula-Book';
     src: local('Simula-Book'),
         url('https://dev-zando.pantheonsite.io/webfont/Simula-Book.woff2') format('woff2');
     font-weight: normal;
     font-style: normal;
     font-display: swap;
}