/*
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: 'ManropeSemiBold';
    src: url('fonts/Manrope-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'ManropeBold';
    src: url('fonts/Manrope-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'ManropeExtraBold';
    src: url('fonts/Manrope-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'ManropeExtraLight';
    src: url('fonts/Manrope-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'ManropeLight';
    src: url('fonts/Manrope-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'ManropeMedium';
    src: url('fonts/Manrope-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'ManropeRegular';
    src: url('fonts/Manrope-Regular.ttf') format('truetype');
}


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


}

