/* ============================================================
   QMei — Schriften (selbst-gehostet, DSGVO-konform)
   Logoschrift + Hausschrift: Futura PT
   Headline-Schrift: Futura PT Cond Extra Bold
   Schmuckschrift: Reenie Beanie
   ============================================================ */

/* ---- Futura PT (Standardbreite) ---- */
@font-face {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/futura-pt_book.woff2') format('woff2');
}
@font-face {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/futura-pt_medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/futura-pt_demi.woff2') format('woff2');
}
@font-face {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/futura-pt_bold.woff2') format('woff2');
}
@font-face {
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/futura-pt_heavy.woff2') format('woff2');
}

/* ---- Futura PT Condensed (Headlines) ---- */
@font-face {
  font-family: 'Futura PT Cond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/futura-pt_cond-medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Futura PT Cond';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/futura-pt_cond-bold.woff2') format('woff2');
}
@font-face {
  font-family: 'Futura PT Cond';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/futura-pt_cond-extra-bold.woff2') format('woff2');
}

/* ---- Reenie Beanie (Schmuckschrift / handschriftliche Akzente) ---- */
@font-face {
  font-family: 'Reenie Beanie';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/reenie-beanie.woff2') format('woff2');
}
