/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@font-face {
    font-family: 'Fugue';
    src: url('/wp-content/themes/flatsome-child/fonts/Fugue-Regular.woff2') format('woff2'),
        url('/wp-content/themes/flatsome-child/fonts/Fugue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.heading-font,
.alt-font {
    font-family: 'Fugue', sans-serif!important;
}

.flickity-button-icon {
    display: none;
}

.flickity-button.previous:after,
.flickity-button.next:after {
    display: block;
    content: '';
    height: 50px;
    width: 25px;
    cursor: pointer;
    background-size: cover;
}

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


}