/* ════════════════════════════════════════════════════════════════
   textilmitprofil — Lokale Schriften (DSGVO-sicher)
   ────────────────────────────────────────────────────────────────
   Drei Schrift-Familien:
   · EB Garamond — Display & Headlines
   · Jost — Body & Navigation
   · Caveat — Julias Handschrift für Akzente, Zitate, Etiketten
   ════════════════════════════════════════════════════════════════ */

/* ─── EB Garamond ────────────────────────────────────────────── */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/eb-garamond-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/eb-garamond-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/eb-garamond-500.woff2') format('woff2');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/eb-garamond-500italic.woff2') format('woff2');
}

/* ─── Jost — Body, UI, Navigation ─────────────────────────────── */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/jost-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/jost-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/jost-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/jost-600.woff2') format('woff2');
}

/* ─── Caveat — Julias Handschrift ─────────────────────────────── */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/caveat-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/caveat-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/caveat-700.woff2') format('woff2');
}

/* ─── Utility-Klasse für Handschrift-Akzente ─────────────────── */
.tmp-handschrift,
.has-caveat-font-family {
  font-family: 'Caveat', 'Brush Script MT', cursive;
  font-weight: 500;
  letter-spacing: 0.3px;
}

:root {
  --tmp-font-heading: 'EB Garamond', 'Iowan Old Style', Georgia, serif;
  --tmp-font-body: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  --tmp-font-script: 'Caveat', 'Brush Script MT', cursive;
}
