@font-face {
  font-family: 'Century';
  src: local('Century'), local('Century'),
    url('centurygothic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Century-Bold';
  src: local('Century'), local('Century-Bold'),
    url('centurygothic_bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
