/*
Theme Name: vinatech-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: 'Muli';
            src: url('/wp-content/themes/vinatech-child/fonts/Muli-Regular.woff') format('woff');
            font-weight: normal;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'Muli';
            src: url('/wp-content/themes/vinatech-child/fonts/Muli-Bold.woff') format('woff');
            font-weight: bold;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'Muli';
            src: url('/wp-content/themes/vinatech-child/fonts/Muli-ExtraBold.woff') format('woff');
            font-weight: bold;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'Muli';
            src: url('/wp-content/themes/vinatech-child/fonts/Muli-SemiBold.woff') format('woff');
            font-weight: 600;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'Muli';
            src: url('/wp-content/themes/vinatech-child/fonts/Muli-Black.woff') format('woff');
            font-weight: 900;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'Muli';
            src: url('/wp-content/themes/vinatech-child/fonts/Muli-Italic.woff') format('woff');
            font-weight: normal;
            font-style: italic;
            font-display: swap;
}
body{font-family:  "Muli",  sans-serif!important;}
.nav > li > a {font-family:  "Muli", sans-serif!important;}
h1,h2,h3,h4,h5,h6, .heading-font{font-family: "Muli", sans-serif!important;}
.alt-font{font-family: "Muli",sans-serif!important;}
#mega-menu-title {
    font-family: "Arial",sans-serif;
	padding-top:18px; 
	padding-bottom:18px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}