/* ============================================================
   Digital Experts — Webfonts
   Headlines: Noto Serif Condensed (provided)
   Body:      Open Sauce (provided)
   ============================================================ */

@font-face {
  font-family: "Noto Serif Condensed";
  src: url("../assets/fonts/NotoSerifCondensed-Regular.ttf") format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Serif Condensed";
  src: url("../assets/fonts/NotoSerifCondensed-Italic.ttf") format("truetype");
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Open Sauce";
  src: url("../assets/fonts/OpenSauceOne-Regular.ttf") format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
