/*
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.   ***************/


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


}


@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/flatsome-child/fonts/SVN-Gilroy.woff2') format('woff2'),
         url('/wp-content/themes/flatsome-child/fonts/SVN-Gilroy.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/flatsome-child/fonts/SVN-GilroySemiBold.woff2') format('woff2'),
         url('/wp-content/themes/flatsome-child/fonts/SVN-GilroySemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/flatsome-child/fonts/SVN-GilroyBold.woff2') format('woff2'),
         url('/wp-content/themes/flatsome-child/fonts/SVN-GilroyBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Gilroy', sans-serif;
}

