/* ── ritter & bader · Webfonts ──────────────────────────────
   Open Sans is the sole product typeface (headings + body).
   Shipped as a variable font (weight + width axes).
   Poppins / Ubuntu appear only in the printed style-guide document
   chrome — not in the digital product — and are loaded from Google
   Fonts in the guideline cards, never bundled here.
   ---------------------------------------------------------------- */

@font-face {
  font-family: "Open Sans";
  src: url("../assets/fonts/OpenSans-Variable.ttf") format("truetype-variations");
  font-weight: 300 800;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}
