/*
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.   ***************/
/* --- UTM Neos Sans --- */
@font-face{
  font-family:'UTMNeoSans';
  src:url('assets/fonts/UTMNeoSansIntel.woff') format('woff'),
      url('assets/fonts/UTMNeoSansIntel.woff2') format('woff2');
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'UTMNeosSans';
  src:url('assets/fonts/UTMNeoSansIntelBold.woff') format('woff'),
      url('assets/fonts/UTMNeoSansIntelBold.woff2') format('woff2');
  font-weight:700; font-style:normal; font-display:swap;
}

html body{ font-family:'UTMNeosSans', sans-serif; !important; }


@media only screen and (max-width: 820px) {
.hide_on_mobile {
display: none !important;}
}
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}