/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* فونت مخصوص فارسی */
html[lang="fa-IR"], body[lang="fa-IR"] {
    font-family: "iransansxv" !important;
}

/* فونت مخصوص انگلیسی */
html[lang="en-US"], body[lang="en-US"] {
    font-family: "Frutiger Next" !important;
}
@font-face {
    font-family: 'iransansxv';
    src: url('fonts/IRANSansXV.woff') format('woff-variations'),
    /* will be the standard and works in Safari now */
    url('fonts/IRANSansXV.woff') format('woff');
    /* for the other supporting browsers */
    font-weight: 100 1000;
    font-display: fallback;

}
body *,body, h2, h3, h4, h5, h6, a, .td-login-div, p, ul, li, input, div,span, .td-trending-now-title {
    font-family: iransansxv !important;
    font-variation-settings: "wght" 400, "DOTS" 3;
           -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}