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

@font-face {
    font-family: 'SF Pro Display';
    src: url('/wp-content/themes/flatsome-child/font/SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/flatsome-child/font/SFProDisplay-Bold.woff2') format('woff2'),
         url('/wp-content/themes/flatsome-child/font/SFProDisplay-Bold.woff') format('woff'),
         url('/wp-content/themes/flatsome-child/font/SFProDisplay-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}