/*
Theme Name: Codfe theme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
/******    font    ****/
@font-face {
   font-family: "UTM Avo";
   font-weight: normal; 
   font-style: normal;
   src: local("UTM Avo"), url("../wp-content/themes/codfe-theme/fonts/UTM-Avo.ttf") format("ttf");
}
@font-face {
   font-family: "UTM Avo Bold";
   font-weight: normal; 
   font-style: normal;
   src: local("UTM Avo"), url("../wp-content/themes/codfe-theme/fonts/UTM-AvoBold.ttf") format("ttf");
}
@font-face {
   font-family: "UTM Avo Italic";
   font-weight: normal; 
   font-style: normal;
   src: local("UTM Avo"), url("../wp-content/themes/codfe-theme/fonts/UTM-AvoItalic.ttf") format("ttf");
}
@font-face {
   font-family: "UTM Avo Bold Italic";
   font-weight: normal; 
   font-style: normal;
   src: local("UTM Avo"), url("../wp-content/themes/codfe-theme/fonts/UTM-AvoBold-Italic.ttf") format("ttf");
}

*,
.header-main .nav > li > a{
  font-family: "UTM Avo", Arial, sans-serif; 
}

b *, 
strong *,
.codfe-title *{
  font-family: "UTM Avo Bold", Arial, sans-serif !important;
  font-weight: bolder!important;
}
.widget-title {
  	font-family: "UTM Avo", Arial, sans-serif !important; 
	font-size: 110%!important;
}

h1, h2,h3 ,h4,h5,h6, entry-content{
  	font-family: "UTM Avo", Arial, sans-serif !important; 
    
}

.nav > li > a {
  	font-family: "UTM Avo", Arial, sans-serif !important; 
}