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

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.cdnfonts.com/css/sui-generis-free');

h1, h2, h3, h4, h5, h6 {
    font-family: 'Sui Generis Free', sans-serif !important;
    font-weight: 400 !important;
}

.bg-shadow > div {
    box-shadow: 0px 0px 20px #0000001f;
}



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


}

