/* =====================================================================
   Century Gothic web fonts (shared by every page)
   NOTE: hosting these .woff2 on a public domain requires a Monotype
   webfont licence. Until confirmed, the Arial fallback in --font applies.
   ===================================================================== */
@font-face {
  font-family: "Century Gothic";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/century-gothic-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Century Gothic";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/century-gothic-bold.woff2") format("woff2");
}
@font-face {
  font-family: "Century Gothic";
  font-weight: normal;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/century-gothic-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Century Gothic";
  font-weight: bold;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/century-gothic-bolditalic.woff2") format("woff2");
}
