/*
Theme Name: Frauen Kind
Version: 1.0
Description: A child theme of Hello Elementor
Template: hello-elementor
Author: Administrator
*/
@import url("../hello-elementor/style.css");
/* Your awesome customization starts here */

/* Headings: erst Adobe Font, dann lokaler Fallback */
h1, h2, h3, 
.elementor-heading-title {
  font-family: "new-kansas", "fraunces-v38-latin_latin-ext-800", serif;
  font-weight: 700;
}
:root{
  --font-headings: "new-kansas", "Fraunces", serif;
}

/* Elementor Headings überschreiben */
.elementor-widget-heading .elementor-heading-title{
  font-family: var(--font-headings) !important;
  font-weight: 700 !important;
}

/* Fallback für normale Headings */
h1, h2, h3, h4, h5, h6{
  font-family: var(--font-headings) !important;
  font-weight: 700 !important;
}