@font-face {
  font-family: 'Century-Gothic';
  src: url('centurygothic.ttf') format('truetype');
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Century-Gothic-Bold';
  src: url('centurygothic_bold.ttf') format('truetype');
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}