/*
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: 'Latov2';
    src: url('./fonts/latov2/Lato-Bold.woff') format('woff'),
         url('./fonts/latov2/Lato-Regular.woff') format('woff'),
         url('./fonts/latov2/Lato-Light.woff') format('woff'),
         url('./fonts/latov2/Lato-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
h1, h2, h3 {
    font-family: 'Latov2', sans-serif!important;
}

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


}