/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3e8dfb");
  
@font-face {
     font-family: "Code-Pro-LC";
     src: url('webFonts/CodeProLC/font.woff2') format('woff2'), url('webFonts/CodeProLC/font.woff') format('woff');
}
@font-face {
  font-family: "Code-Pro-Light-LC";
  src: url('webFonts/CodeProLightLC/font.woff2') format('woff2'), url('webFonts/CodeProLightLC/font.woff') format('woff');
}
@font-face {
  font-family: "Code-Pro-Black";
  src: url('webFonts/CodeProBlack/font.woff2') format('woff2'), url('webFonts/CodeProBlack/font.woff') format('woff');
}
@font-face {
  font-family: "Code-Pro-Bold";
  src: url('webFonts/CodeProBold/font.woff2') format('woff2'), url('webFonts/CodeProBold/font.woff') format('woff');
}

@font-face {
  font-family: "Brodaers-Round";
  src: url('webFonts/BrodaersRound/font.woff2') format('woff2'), url('webFonts/BrodaersRound/font.woff') format('woff');
}

@font-face {
  font-family: "Aromatica-Bold";
  src: url('webFonts/AromaticaBold/font.woff2') format('woff2'), url('webFonts/AromaticaBold/font.woff') format('woff');
}
@font-face {
  font-family: "Aromatica-Regular";
  src: url('webFonts/AromaticaRegular/font.woff2') format('woff2'), url('webFonts/AromaticaRegular/font.woff') format('woff');
}
@font-face {
  font-family: "Aromatica-Script";
  src: url('webFonts/AromaticaScript/font.woff2') format('woff2'), url('webFonts/AromaticaScript/font.woff') format('woff');
}
@font-face {
  font-family: "Aromatica-Light";
  src: url('webFonts/AromaticaLight/font.woff2') format('woff2'), url('webFonts/AromaticaLight/font.woff') format('woff');
}

