/*
░░░░░░░░░░░░░░░░░░░░░░░░░ Font IRSX ░░░░░░░░░░░░░░░░░░░░░░░░░
*/
@font-face {
    font-family: 'iransansxv';
    src: url('../fonts/IRSX/IRANSansXV.woff2') format('woff2-variations'),
    url('../fonts/IRSX/IRANSansXV.woff2') format('woff2');
    font-weight: 100 1000;
    font-display: swap;
}


/*
░░░░░░░░░░░░░░░░░░░░░░░░░ Font PYDA ░░░░░░░░░░░░░░░░░░░░░░░░░
*/
@font-face {
    font-family: 'Peyda';
    font-weight: 600;
    src: url('../fonts/PYDA/PeydaWeb-SemiBold.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Peyda';
    font-weight: 700;
    src: url('../fonts/PYDA/PeydaWeb-Bold.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Peyda';
    font-weight: 800;
    src: url('../fonts/PYDA/PeydaWeb-ExtraBold.woff2') format('woff2');
    font-display: swap;
}



/*░░░░░░░░░░░░░░░░░░░░░░░░░ styles ░░░░░░░░░░░░░░░░░░░░░░░░░*/
body {
    font-family: 'iransansxv' !important;
    font-weight: 400;
	-moz-font-feature-settings: "ss02" !important;
    -webkit-font-feature-settings: "ss02" !important;
    font-feature-settings: "ss02" !important;
}

h1, h2, h3, h4, h5, h6,
p, span:not(*.icon, *.fab, *.fas, .wd-icon, .rating, .ab-icon, .star-rating, .star-rating span, .zenko-rating), div,
a, li, ul, ol,
strong, em, b, i,
input, textarea, select, button,
th, td, address, legend, label,
blockquote, pre, code,
caption, figcaption {
    font-family: 'iransansxv', sans-serif !important;
}

h1,h1 > a,h2,h2 > a,h3,h3 > a { font-family: 'Peyda' !important;}

h1,h1 > a {font-weight: 800 !important;}
h2,h2 > a {font-weight: 700 !important;}
h3,h3 > a {font-weight: 600 !important;}


/* for woodmart theme */
div.star-rating span, .star-rating { font-family: "woodmart-font" !important;}
h3.wd-entities-title, h3.wd-entities-title a  { font-family: 'iransansxv' !important;}
.zenko-title h2 span, .zenko-title h1 span, .zenko-title h3 span { font-family: 'Peyda' !important;}

/* elementor */
.elementor-editor-element-settings {
    font-family: var(--e-a-font-family) !important;
}
[class*=" eicon-"], [class^=eicon] {
    font-family: eicons !important;
}
.fa, .far, .fas, .fab {
    font-family: "Font Awesome 5 Free" !important;
}