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

/*************** ADD CUSTOM CSS HERE.   ***************/


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


}
@font-face {
    font-family: 'UTM Avo';
    src: url('fonts/UTMAvo.woff2') format('woff2'),
        url('fonts/UTMAvo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UTM Avo';
    src: url('fonts/UTMAvoBold.woff2') format('woff2'),
        url('fonts/UTMAvoBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UTM Avo';
    src: url('fonts/UTMAvo-Italic.woff2') format('woff2'),
        url('fonts/UTMAvo-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'UTM Avo';
    src: url('fonts/UTMAvo-BoldItalic.woff2') format('woff2'),
        url('fonts/UTMAvo-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

body{
	font-family: "UTM Avo", sans-serif!important;
}
.nav > li > a {
	font-family: "UTM Avo", sans-serif !important;
}
h1,h2,h3,h4,h5,h6, .heading-font{
	font-family: "UTM Avo", sans-serif !important;
}
.alt-font,p{
	font-family: "UTM Avo", sans-serif !important;
}
.is-divider {
    display: none;
}
