/*
 * CAB local fonts.
 * TeX Gyre Heros: GUST Font License (assets/fonts/licenses/README-TeX-Gyre-Heros.txt).
 * Inter: SIL Open Font License 1.1 (assets/fonts/licenses/Inter-OFL.txt).
 */

@font-face {
  font-family: "TeX Gyre Heros";
  src: url("../fonts/texgyreheros-regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "TeX Gyre Heros";
  src: url("../fonts/texgyreheros-italic.otf") format("opentype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "TeX Gyre Heros";
  src: url("../fonts/texgyreheros-bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "TeX Gyre Heros";
  src: url("../fonts/texgyreheros-bolditalic.otf") format("opentype");
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
