/* ============================================================
   AeraBloom & Friends — Self-hosted Fonts (DSGVO-konform)
   Pfad ggf. an WordPress-Upload-Verzeichnis anpassen, z. B.:
   /wp-content/themes/DEIN-THEME/fonts/
   ============================================================ */

/* Inter — Variable Font, Gewichte 100–900 in einer Datei */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter-latin-wght-normal.woff2') format('woff2-variations');
}

/* Shadows Into Light — Handschrift für Akzent-Headlines */
@font-face {
  font-family: 'Shadows Into Light';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/shadows-into-light-latin-400-normal.woff2') format('woff2');
}
