/* Regular */
@font-face {
  font-family: "Century Gothic";
  src: url("CenturyGothic-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Italic */
@font-face {
  font-family: "Century Gothic";
  src:
    url("CenturyGothic-Italic.TTF") format("truetype");
  font-weight: 400;
  font-style: italic;
}

/* Bold */
@font-face {
  font-family: "Century Gothic";
  src:
    url("CenturyGothic-Bold.TTF") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* Bold Italic */
@font-face {
  font-family: "Century Gothic";
  src:
    url("CenturyGothic-BoldItalic.TTF") format("truetype");
  font-weight: 700;
  font-style: italic;
}