/**
 * @license
 * MyFonts Webfont Build ID 3947467, 2020-09-14T05:46:38-0400
 *
 * 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: CenturyGothic by Monotype
 * URL: https://www.myfonts.com/fonts/mti/century-gothic/w1g-regular/
 *
 * Webfont: CenturyGothic-Bd by Monotype
 * URL: https://www.myfonts.com/fonts/mti/century-gothic/w1g-bold/
 *
 *
 * Webfonts copyright: Copyright © 1990-2020 The Monotype Corporation. All rights reserved.
 *
 * © 2020 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3c3bcb");

@font-face {
  font-family: 'CenturyGothic';
  src: url('CenturyGothic/font.woff2') format('woff2'),
  url('CenturyGothic/font.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CenturyGothic';
  src: url('CenturyGothic-Bd/font.woff2') format('woff2'),
  url('CenturyGothic-Bd/font.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


