

/* @import must be at top of file, otherwise CSS will not work */
@import url("https://cdn.fonts.net/t/1.css?apiType=css&projectid=af57c720-1d74-11ec-861a-06a1935d90d4");
  
@font-face {
  font-family: "CenturyGothicItalic";
  font-style: italic;
  font-stretch: normal;
  src: url('webFonts/CenturyGothicItalic/italic_normal.woff') format('woff'), url('webFonts/CenturyGothicItalic/italic_normal.woff2') format('woff2');
}
@font-face {
  font-family: "CenturyGothicRegular";
  font-style: normal;
  font-stretch: normal;
  src: url('webFonts/CenturyGothicRegular/normal_normal.woff') format('woff'), url('webFonts/CenturyGothicRegular/normal_normal.woff2') format('woff2');
}
@font-face {
  font-family: "CenturyGothicBoldItalic";
  font-style: italic;
  font-stretch: normal;
  src: url('webFonts/CenturyGothicBoldItalic/italic_normal.woff') format('woff'), url('webFonts/CenturyGothicBoldItalic/italic_normal.woff2') format('woff2');
}
@font-face {
  font-family: "CenturyGothicBold";
  font-style: normal;
  font-stretch: normal;
  src: url('webFonts/CenturyGothicBold/normal_normal.woff') format('woff'), url('webFonts/CenturyGothicBold/normal_normal.woff2') format('woff2');
}
