@font-face {
  font-family: "Century Gothic";
  src: url('./century-gothic.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Century Gothic";
  src: url('./century-gothic-italic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Century Gothic";
  src: url('./century-gothic-italic.ttf') format('truetype');
  font-weight: 500;
  font-style: oblique;
}

@font-face {
  font-family: "Century Gothic";
  src: url('./century-gothic-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Century Gothic";
  src: url('./century-gothic-bold-italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Century Gothic";
  src: url('./century-gothic-bold-italic.ttf') format('truetype');
  font-weight: 700;
  font-style: oblique;
}