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

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