/*
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: 'CocoSharpL';
    src: url('fonts/CocoSharpL-Bold.woff2') format('woff2'),
        url('fonts/CocoSharpL-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'CocoSharpL';
    src: url('fonts/CocoSharpL-Light.woff2') format('woff2'),
        url('fonts/CocoSharpL-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

.your-style {
    font-family: 'CocoSharp Trial';
    src: url('fonts/CocoSharpTrial-Regular.woff2') format('woff2'),
        url('fonts/CocoSharpTrial-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a, body {
    font-family: 'CocoSharp Trial',arial, sans-serif !important;
}
*/

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


}
