/*
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: 'SVN-Volte Rounded';
    src: url('/wp-content/themes/flatsome-child/fonts/SVN-Volte.eot');
    src: url('/wp-content/themes/flatsome-child/fonts/SVN-Volte.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/flatsome-child/fonts/SVN-Volte.woff2') format('woff2'),
        url('/wp-content/themes/flatsome-child/fonts/SVN-Volte.woff') format('woff'),
        url('/wp-content/themes/flatsome-child/fonts/SVN-Volte.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Volte Rounded';
    src: url('/wp-content/themes/flatsome-child/fonts/SVN-Volte_1.eot');
    src: url('/wp-content/themes/flatsome-child/fonts/SVN-Volte_1.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/flatsome-child/fonts/SVN-Volte_1.woff2') format('woff2'),
        url('/wp-content/themes/flatsome-child/fonts/SVN-Volte_1.woff') format('woff'),
        url('/wp-content/themes/flatsome-child/fonts/SVN-Volte_1.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Volte Rounded';
    src: url('/wp-content/themes/flatsome-child/fonts/SVN-Volte_2.eot');
    src: url('/wp-content/themes/flatsome-child/fonts/SVN-Volte_2.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/flatsome-child/fonts/SVN-Volte_2.woff2') format('woff2'),
        url('/wp-content/themes/flatsome-child/fonts/SVN-Volte_2.woff') format('woff'),
        url('/wp-content/themes/flatsome-child/fonts/SVN-Volte_2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



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


}