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

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
  font-family: 'Avo'; 
  src: url('/wp-content/themes/flatsome-child/font/UTM-Avo.ttf') format('truetype'); 
  font-weight: normal; 
  font-style: normal;
  font-display: swap; /* Improves loading performance */
}
/* Apply to headings */
h1, h2, h3, h4, h5, h6 ,.nav > li > a {
  font-family: 'Avo', sans-serif !important;
}

/* Or apply to the whole body */
body {
  font-family: 'Avo', Helvetica, Arial, sans-serif !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
/**/
