/* 
CSS for the normal weight and style file for a custom font.
Attempts to load the file locally first.
Use the line that loads a woff2 version of the font if you have the required file,
or else delete that line and just use the woff file loading line.
Uses font-display:swap; to help the loading process.
*/
@font-face {
     font-family: 'ChanticleerRoman';
     src: local('ChanticleerRoman'),
        url('../webfont/ChanticleerRoman.woff2') format('woff2'),
         url('../webfont/ChanticleerRoman.woff') format('woff');
     font-weight: normal;
     font-style: normal;
     font-display: swap;
}
 
@font-face {
     font-family: 'AcciaPianoLight';
     src: local('AcciaPianoLight'),
         url('../webfont/AcciaPianoLight.woff2') format('woff2'),
         url('../webfont/AcciaPianoLight.woff') format('woff');
     font-weight: bold;
     font-style: normal;
     font-display: swap;
 }

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

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

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

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

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