/**
 * @license
 * MyFonts Webfont Build ID 4216789, 2021-11-23T10:34:17-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: AnavioSmallCapitalsCondensed by Greater Albion Typefounders
 * URL: https://www.myfonts.com/fonts/gatf/anavio/small-capitals-condensed/
 * 
 * Webfont: Anavio-Bold by Greater Albion Typefounders
 * URL: https://www.myfonts.com/fonts/gatf/anavio/bold/
 * 
 * Webfont: AnavioSmallCapitals by Greater Albion Typefounders
 * URL: https://www.myfonts.com/fonts/gatf/anavio/small-capitals/
 * 
 * Webfont: AnavioSmallCapitals-Bold by Greater Albion Typefounders
 * URL: https://www.myfonts.com/fonts/gatf/anavio/small-capitals-bold/
 * 
 * Webfont: AnavioCondensed-CondensedRegular by Greater Albion Typefounders
 * URL: https://www.myfonts.com/fonts/gatf/anavio/condensed-regular/
 * 
 * Webfont: Anavio by Greater Albion Typefounders
 * URL: https://www.myfonts.com/fonts/gatf/anavio/regular/
 * 
 * 
 * Webfonts copyright: Copyright (c) 2010 by Greater Albion Typefounders. All rights reserved.
 * 
 * © 2021 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/4057d5");
  
@font-face {
  font-family: "AnavioSmallCapitals-Bold";
  src: url('../fonts/AnavioSmallCapitalsBold/font.woff2') format('woff2'), url('../fonts/AnavioSmallCapitalsBold/font.woff') format('woff');
}
@font-face {
  font-family: "AnavioCondensed-CondensedRegular";
  src: url('../fonts/AnavioCondensedCondensedRegular/font.woff2') format('woff2'), url('../fonts/AnavioCondensedCondensedRegular/font.woff') format('woff');
}
@font-face {
  font-family: "Anavio";
  src: url('../fonts/Anavio/font.woff2') format('woff2'), url('../fonts/Anavio/font.woff') format('woff');
}
@font-face {
  font-family: "AnavioSmallCapitals";
  src: url('../fonts/AnavioSmallCapitals/font.woff2') format('woff2'), url('../fonts/AnavioSmallCapitals/font.woff') format('woff');
}
@font-face {
  font-family: "Anavio-Bold";
  src: url('../fonts/AnavioBold/font.woff2') format('woff2'), url('../fonts/AnavioBold/font.woff') format('woff');
}
@font-face {
  font-family: "AnavioSmallCapitalsCondensed";
  src: url('../fonts/AnavioSmallCapitalsCondensed/font.woff2') format('woff2'), url('../fonts/AnavioSmallCapitalsCondensed/font.woff') format('woff');
}


/* Classes */
.anavio { 
	font-family: "Anavio";
	font-weight: 400;
}
.anavio-bold, 
.anavio strong { 
	font-family: "Anavio-Bold"; 
	font-weight:400;
}
.anavio-condensed { 
	font-family: "AnavioCondensed-CondensedRegular"; 
	font-weight: 400;
}
.anavio-smallcaps { 
	font-family: "AnavioSmallCapitals";
	font-weight: 400;
}
.anavio-smallcaps-bold, 
.anavio-smallcaps strong { 
	font-family: "AnavioSmallCapitals-Bold"; 
	font-weight: 400;
}
.anavio-smallcaps-condensed { 
	font-family: "AnavioSmallCapitalsCondensed"; 
	font-weight: 400;
}





