/* =============================================================
   STUDIO LILA — Custom Fonts
   Atleigh Headline → alle Überschriften
   Humane Thin     → Display-Akzent (Mega-Headlines, optional)
   Manrope (Body)  → selbst gehostet (DSGVO: kein Google-Fonts-CDN)
   ============================================================= */

/* --- Manrope (Body) — Variable Font, selbst gehostet --- */
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Variable.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

/* --- Atleigh (Headlines) --- */

@font-face {
  font-family: "Atleigh";
  src: url("../fonts/Atleigh-Headline.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Atleigh";
  src: url("../fonts/Atleigh-MediumHeadline.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Atleigh";
  src: url("../fonts/Atleigh-SemiBoldHeadline.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Italic-Variante über MediumHeadline (echte Italic nicht im Paket) */
@font-face {
  font-family: "Atleigh";
  src: url("../fonts/Atleigh-MediumHeadline.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* --- Humane (nur für eventuelle Display-Akzente verfügbar) --- */

@font-face {
  font-family: "Humane";
  src: url("../fonts/Humane-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
