/*
 Theme Name:   Raw Child Theme
 Description:  Das ist ein Child Theme, basierend auf dem Theme Raw. 
 Author:       Vivien Nierichlo
 Author URI:   https://vivien-nierichlo.de
 Template:     raw
 Version:      1.0.0
*/

/* mulish-300 - latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 300;
  src: url('/wp-content/uploads/fonts/Mulish-Light.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/uploads/fonts/Mulish-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/uploads/fonts/Mulish-Light.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/uploads/fonts/Mulish-Light.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/uploads/fonts/Mulish-Light.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/uploads/fonts/Mulish-Light.svg#Mulish') format('svg'); /* Legacy iOS */
}
/* mulish-regular - latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/uploads/fonts/Mulish-Regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/uploads/fonts/Mulish-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/uploads/fonts/Mulish-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/uploads/fonts/Mulish-Regular.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/uploads/fonts/Mulish-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/uploads/fonts/Mulish-Regular.svg#Mulish') format('svg'); /* Legacy iOS */
}

h1, h2, h3, h4, h5, h6, p , a {
	font-family: 'Mulish' !important;
}