/*
Theme Name: Assetz Child
Description: Child theme for the Krowd themes
Author: gaviathemes
Template: assetz
*/

@font-face {
  font-family: 'SangBleu-Sunrise';
  src: url('./fonts/SangBleu-Sunrise.otf');
  src: url('./fonts/SangBleu-Sunrise.eot') format('embedded-opentype'),
       url('./fonts/SangBleu-Sunrise.ttf') format('truetype'),
       url('./fonts/SangBleu-Sunrise.woff') format('woff'),
       url('./fonts/SangBleu-Sunrise.woff2') format('woff2');
  font-weight: normal;
  font-style: normal; 
}
@font-face {
  font-family: 'Proxima-Nova';
  src: url('./fonts/Proxima-Nova.otf');
  src: url('./fonts/Proxima-Nova.eot') format('embedded-opentype'),
       url('./fonts/Proxima-Nova.ttf') format('truetype'),
       url('./fonts/SangBleu-Sunrise.woff2') format('woff2');
  font-weight: normal;
  font-style: normal; 
}
@font-face {
  font-family: 'Proxima-Nova-thin';
  src: url('./fonts/Proxima-Nova-Thin.otf');
  src: url('./fonts/Proxima-Nova-Thin.eot') format('embedded-opentype'),
       url('./fonts/Proxima-Nova-Thin.ttf') format('truetype'),
       url('./fonts/Proxima-Nova-Thin.woff2') format('woff2'),
	  url('./fonts/Proxima-Nova-Thin.woff') format('woff');
  font-weight: thin;
  font-style: normal; 
}
body{
	font-family: 'Proxima-Nova', sans-serif !important;
}
p, ul li, ol li{
	font-family: 'Proxima-Nova', sans-serif!important; 
}
h1, h2, h3, h4{
	font-family: 'SangBleu-Sunrise', sans-serif!important;
}
h5, h6{
	font-family: 'SangBleu-Sunrise',sans-serif!important; 
}
