/* ============================================================
   Self-hosted Goldman Sans — url() only, NO local().
   This guarantees the page uses these exact web fonts and never
   substitutes a same-named font installed on the visitor's machine.
   ============================================================ */
@font-face {
  font-family: "Goldman Sans";
  font-style: normal; font-weight: 400;
  src: url(../assets/fonts/GoldmanSans_Rg.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Goldman Sans";
  font-style: italic; font-weight: 400;
  src: url(../assets/fonts/GoldmanSans_It.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Goldman Sans";
  font-style: normal; font-weight: 500;
  src: url(../assets/fonts/GoldmanSans_Md.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Goldman Sans";
  font-style: normal; font-weight: 700;
  src: url(../assets/fonts/GoldmanSans_Bd.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Goldman Sans Condensed";
  font-style: normal; font-weight: 400;
  src: url(../assets/fonts/GoldmanSansCd_Rg.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Goldman Sans Condensed";
  font-style: normal; font-weight: 700;
  src: url(../assets/fonts/GoldmanSansCd_Bd.woff) format("woff");
  font-display: swap;
}
/* Oswald — section headings (condensed display sans). Self-hosted, url() only. */
@font-face {
  font-family: "Oswald";
  font-style: normal; font-weight: 300;
  src: url(../assets/fonts/Oswald_300.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  font-style: normal; font-weight: 400;
  src: url(../assets/fonts/Oswald_400.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  font-style: normal; font-weight: 500;
  src: url(../assets/fonts/Oswald_500.woff2) format("woff2");
  font-display: swap;
}
