/* =====================================================================
   Lokale Webfonts für sinn-und-form.de
   Ersetzt die bisherige Typekit-Einbindung (roboto + ltc-bodoni-175).
   Schriften: Roboto (Apache 2.0), Bodoni Moda (SIL OFL) – via Google Fonts.
   Lokal gehostet, kein externer Request (DSGVO-konform).
   ===================================================================== */

/* ---------- Roboto ---------- */
@font-face {
  font-family: "Roboto";
  src: url("/fonts/roboto-v51-latin/roboto-v51-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/roboto-v51-latin/roboto-v51-latin-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/roboto-v51-latin/roboto-v51-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/roboto-v51-latin/roboto-v51-latin-700italic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* ---------- Bodoni Moda ---------- */
@font-face {
  font-family: "Bodoni Moda";
  src: url("/fonts/bodoni-moda-v28-latin/bodoni-moda-v28-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bodoni Moda";
  src: url("/fonts/bodoni-moda-v28-latin/bodoni-moda-v28-latin-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Bodoni Moda";
  src: url("/fonts/bodoni-moda-v28-latin/bodoni-moda-v28-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bodoni Moda";
  src: url("/fonts/bodoni-moda-v28-latin/bodoni-moda-v28-latin-700italic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
