/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.19.5
Requires at least:    6.4
Requires PHP:         7.4
WC requires at least: 8.3
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
/**
*
IRANYekanX fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com 
--------------------------------------------------------------------------------------
This set of fonts are used in this project under the license: (ZW4AW)
------------------------------------------------------------------------------------- fonts/-
*	
**/



/* Bold Font */
@font-face {
    font-family: 'IRANYekanX';
    src: url('Fonts/IRANYekanX-Bold.eot');
    src: url('Fonts/IRANYekanX-Bold.eot?#iefix') format('embedded-opentype'),
         url('Fonts/IRANYekanX-Bold.woff2') format('woff2'),
         url('Fonts/IRANYekanX-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/* Regular Font */
@font-face {
    font-family: 'IRANYekanX';
    src: url('Fonts/IRANYekanX-Regular.eot');
    src: url('Fonts/IRANYekanX-Regular.eot?#iefix') format('embedded-opentype'),
         url('Fonts/IRANYekanX-Regular.woff2') format('woff2'),
         url('Fonts/IRANYekanX-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Apply font globally with high specificity (no !important needed) */
html body,
html body h1, html body h2, html body h3, html body h4, html body h5, html body h6,
html body p, html body input, html body button, html body textarea,
html body a, html body span, html body div {
    font-family: 'IRANYekanX';
}

