/*
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: 'IRANSansXV';
    src: url('fonts/IRANSansXV.woff2') format('woff2'),
         url('fonts/IRANSansXV.woff') format('woff');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

html, body,
.ux-text, .header-nav, .nav-dropdown,
.button, input, textarea, select,
h1, h2, h3, h4, h5, h6, p, a {
    font-family: 'IRANSansXV', sans-serif !important;
}



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


}