/************************ Main Fonts ************************/

@font-face {
   font-family: 'AvenirNext LT Pro';
   font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: 
       /*local('AvenirNext LT Pro'),
       local('Avenir Next LT Pro'), 
       local('Avenir Next LT Pro Bold'), */
       url('https://files.ontariogreens.ca/webfonts/avenir-bold.woff2') format('woff2'), 
       url('https://files.ontariogreens.ca/webfonts/avenir-bold.woff') format('woff'),
       url('https://files.ontariogreens.ca/webfonts/avenir-bold.ttf') format('truetype'),
       url('https://files.ontariogreens.ca/webfonts/avenir-bold.eot') format('embedded-opentype');
}

@font-face {
	font-family: 'AvenirNext LT Pro';
	font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: 
       local('AvenirNext LT Pro'), 
       local('Avenir Next LT Pro'), 
       local('Avenir Next LT Pro Regular'), 
       url('https://files.ontariogreens.ca/webfonts/avenir-regular.woff2') format('woff2'), 
       url('https://files.ontariogreens.ca/webfonts/avenir-regular.woff') format('woff'),
       url('https://files.ontariogreens.ca/webfonts/avenir-regular.ttf') format('truetype'),
       url('https://files.ontariogreens.ca/webfonts/avenir-regular.eot') format('embedded-opentype');
}
