/**
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Avenir Pro 35 Light by Linotype
 * URL: https://www.myfonts.com/collections/linotype-foundry

 * Webfont: Avenir Pro 95 Black by Linotype
 * URL: https://www.myfonts.com/collections/linotype-foundry
 
 * © 2026 MyFonts Inc. */


@font-face {
  font-display: swap;
  font-family: 'Avenir Pro';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/Avenir/AvenirPro35Light/font.woff2') format('woff2'),
		url('./fonts/Avenir/AvenirPro35Light/font.woff') format('woff');	
}

@font-face {
  font-display: swap;
  font-family: 'Avenir Pro';
  font-style: normal;
  font-weight: 900;
  src: url('./fonts/Avenir/AvenirPro95Black/font.woff2') format('woff2'),
		url('./fonts/Avenir/AvenirPro95Black/font.woff') format('woff');	
}

