/*
 Theme Name:     easyhomepage.at Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    asyhomepage.at Divi Child Theme
 Author:         EVERYDAY Kreativbüro - part of idlab media GmbH
 Author URI:     https://idlab.at/
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */


/* LORA – normal 400 */
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/themes/ehp_child/fonts/lora-regular.woff2") format("woff2"),
       url("/wp-content/themes/ehp_child/fonts/lora-regular.woff") format("woff");
}

/* LORA – bold 700 */
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/wp-content/themes/ehp_child/fonts/lora-700.woff2") format("woff2"),
       url("/wp-content/themes/ehp_child/fonts/lora-700.woff") format("woff");
}

/* OPEN SANS – normal 400 (falls wirklich benötigt) */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/themes/ehp_child/fonts/open-sans-regular.woff2") format("woff2"),
       url("/wp-content/themes/ehp_child/fonts/open-sans-regular.woff") format("woff");
}

/* OPEN SANS – 700 (falls benötigt) */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/wp-content/themes/ehp_child/fonts/open-sans-700.woff2") format("woff2"),
       url("/wp-content/themes/ehp_child/fonts/open-sans-700.woff") format("woff");
}

/* Verwendung */
body { font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif; }
h1, h2, h3 { font-family: "Lora", Georgia, "Times New Roman", serif; }
