/**
* @license
*
* Font Family: Avenir
* Designed by: Frode Helland
*
* Avenir Extralight 
* Avenir ExtralightItalic 
* Avenir Light 
* Avenir LightItalic 
* Avenir Regular 
* Avenir Italic 
* Avenir Medium 
* Avenir MediumItalic 
* Avenir Semibold 
* Avenir SemiboldItalic 
* Avenir Bold 
* Avenir BoldItalic 
* Avenir Variable (Variable font)
* Avenir VariableItalic (Variable font)

*
*/
@font-face {
  font-family: 'AvenirBook';
  src: url('/fonts/AvenirBook.ttf') format('truetype'),
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirLight';
  src: url('/fonts/AvenirLight.ttf') format('truetype'),
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirRegular';
  src: url('/fonts/AvenirRegular.ttf') format('truetype'),
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirBlack';
  src: url('/fonts/AvenirBlack.ttf') format('truetype'),
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirHeavy';
  src: url('/fonts/AvenirHeavy.ttf') format('truetype'),
  font-weight: 600;
  font-display: swap;
  font-style: italic;
}

