/* ===== Lora lokal (nur WOFF2; modern & klein) ===== */
@font-face{
  font-family:"Lora";
  src:url("../fonts/lora/lora-regular.woff2") format("woff2");
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Lora";
  src:url("../fonts/lora/lora-italic.woff2") format("woff2");
  font-weight:400; font-style:italic; font-display:swap;
}
@font-face{
  font-family:"Lora";
  src:url("../fonts/lora/lora-600.woff2") format("woff2");
  font-weight:600; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Lora";
  src:url("../fonts/lora/lora-600italic.woff2") format("woff2");
  font-weight:600; font-style:italic; font-display:swap;
}
@font-face{
  font-family:"Lora";
  src:url("../fonts/lora/lora-700.woff2") format("woff2");
  font-weight:700; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Lora";
  src:url("../fonts/lora/lora-700italic.woff2") format("woff2");
  font-weight:700; font-style:italic; font-display:swap;
}

/* ===== Headlines konsequent auf Lora (Elementor/Theme überstimmen) ===== */
h1,h2,h3,h4,.page-title,.site-title,
.elementor-heading-title {
  font-family:"Lora", Georgia, serif !important;
}

/* Gewichte nach Gefühl, kannst du anpassen */
h1,h2,.page-title,.elementor-heading-title.elementor-size-xxl { font-weight:700; }
h3,h4 { font-weight:600; }


/* Rendering */
html { -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; }
