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


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

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


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


}
