/* Lokale Marken-Fonts – Praxis für Logopädie Blanke
 * DSGVO-konform, keine externen Requests (kein Google-Fonts-CDN).
 * Body/UI  : Nunito Sans  (warm, humanistisch, gut lesbar)
 * Headlines : Work Sans   (etwas markanter, ruhig-modern)
 * Pfade relativ zu dieser Datei (assets/fonts/).
 */

/* ---------- Nunito Sans (Body/UI) ---------- */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('nunito-sans-v19-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('nunito-sans-v19-latin-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('nunito-sans-v19-latin-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('nunito-sans-v19-latin-800.woff2') format('woff2');
}

/* ---------- Work Sans (Headlines) ---------- */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('WorkSans-SemiBold.woff2') format('woff2');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('WorkSans-Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('WorkSans-ExtraBold.woff2') format('woff2');
}
