/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme for Divi Theme by Elegant Themes
 Author:         Divi.world
 Author URI:     http://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */
h1, h2, h3, h4 {
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}

p {
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
-webkit-hyphenate-limit-lines: 2;
        hyphenate-limit-lines: 2;
-webkit-hyphenate-limit-chars: auto 3;
        hyphenate-limit-chars: auto 3;
} 
body{ 
hyphens: auto;
}

body, p, a, li { font-family: "panno-text", Helvetica, Arial, sans-serif; 
    } 


 h1 {
    font-family: "acme-gothic-condensed", Arial, sans-serif !important;
	}
h2 {
    font-family: "acme-gothic-condensed", Arial, sans-serif !important;
 
}
h3 {
    font-family: "acme-gothic-condensed", Arial, sans-serif !important;
 
	}
h4 {
    font-family: "acme-gothic-condensed", Arial, sans-serif !important;
	font-size: 
	}
h5 {
    font-family: "acme-gothic-condensed", Arial, sans-serif !important;
	
	}
h6 {
    font-family: "acme-gothic-condensed", Arial, sans-serif !important;
	
	}