/*
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: 'Didot';
    src: url('wp-content/themes/flatsome-child/fonts/Didot-HTF-B06-Bold.ttf');
    src: url('wp-content/themes/flatsome-child/fonts/Didot-HTF-B06-Bold.woff2') format('woff2'),
         url('wp-content/themes/flatsome-child/fonts/Didot-HTF-B06-Bold.woff') format('woff'),
         url('wp-content/themes/flatsome-child/fonts/Didot-HTF-B06-Bold.ttf') format('truetype');
	font-weight: bold;
    font-style: normal; }

h1,
h2,
h4,
h5,
h6,
h3 {
    font-family: 'Didot';
}

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


}