/*
Theme Name: maarmaar
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    font-family: 'Hatton';
    src: url('fonts/Hatton-Regular.woff2') format('woff2'),
         url('fonts/Hatton-Regular.woff') format('woff'),
         url('fonts/Hatton-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
h1,h2,h3,h4,h5,h6 {
	    font-family: 'Hatton', sans-serif;
}

/* body {
    font-family: 'Hatton', sans-serif;
} */

/* .current .breadcrumb-step, [data-icon-label]:after, .button#place_order, .button.checkout, .checkout-button, .single_add_to_cart_button.button, .sticky-add-to-cart-select-options-button {
	color: #000;
	font-weight: 500;
} */

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


}