/*
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: 'IranYekanXFaNum';
    src: url('fonts/IRANYekanXFaNum-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'IranYekanXFaNum', sans-serif;
}

h1, h2, h3, h4, h5, h6, p, button, input {
    font-family: 'IranYekanXFaNum', sans-serif;
}

/*************** ADD MOBILE ONLY CSS HERE  ***************/

@media only screen and (max-width: 48em) {


}