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

/* -- Add custom font --*/
@font-face {
    font-family: 'Prompt';
    src: url('/wp-content/themes/flatsome-child/font/prompt-light/Prompt-Light.eot');
    src: url('/wp-content/themes/flatsome-child/font/prompt-light/Prompt-Light.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/flatsome-child/font/prompt-light/Prompt-Light.woff2') format('woff2'),
        url('/wp-content/themes/flatsome-child/font/prompt-light/Prompt-Light.woff') format('woff'),
        url('/wp-content/themes/flatsome-child/font/prompt-light/Prompt-Light.ttf') format('truetype'),
        url('/wp-content/themes/flatsome-child/font/prompt-light/Prompt-Light.svg#Prompt-Light') format('svg');
}

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


}