/*
 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.site-title { 
	font-family: Panton-ExtraBold;
}

h1 { 
	font-family: Panton-Bold;
	font-size: 70px;
}

h2 { 
	font-family: Panton-Bold;
}

h3, h4, h5 { 
	font-family: Panton-SemiBold;
}

header { 
	font-family: Panton-SemiBold;
}

footer { 
	font-family: Panton-Regular;
}


p {
  hyphens: auto 
}