@font-face {
  font-family: "CenturyGothic";
  src:
    local("CenturyGothic"),
    url("./CenturyGothic.ttf");
}

@font-face {
  font-family: "CenturyGothic";
  font-style: italic;
  src:
    local("CenturyGothicItalic"),
    url("./CenturyGothicItalic.ttf");
}

@font-face {
  font-family: "CenturyGothic";
  font-weight: bold;
  src:
    local("CenturyGothicBold"),
    url("./CenturyGothicBold.ttf");
}

@font-face {
  font-family: "CenturyGothic";
  font-weight: bold;
  font-style: italic;
  src:
    local("CenturyGothicBoldItalic"),
    url("./CenturyGothicBoldItalic.ttf");
}