@font-face {
  font-family: "Century Gothic";
  src: local("Century Gothic Bold"), local("CenturyGothic-Bold"),
    url("CenturyGothic-Bold.woff2") format("woff2"),
    url("CenturyGothic-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans Small Caps";
  src: url("SourceSans3-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-variant: small-caps;
  font-feature-settings: "smcp";
}