@font-face {
  font-family: 'Century Gothic';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: 	url('/site/fonts/CenturyGothic-Italic.woff') format('woff');
}

@font-face {
  font-family: 'Century Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: 	url('/site/fonts/CenturyGothic.woff') format('woff');
}

@font-face {
  font-family: 'Century Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: 	url('/site/fonts/CenturyGothic-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Century Gothic';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: 	url('/site/fonts/CenturyGothic-BoldItalic.woff') format('woff');
}

