/* AtinabWeb Vazir typography layer */
:root{
    --aw-main-font:"Vazir","Vazirmatn","IRANSans",Tahoma,Arial,sans-serif;
}
html,body,
button,input,select,textarea,
.woocommerce,
.woocommerce-page{
    font-family:var(--aw-main-font)!important;
}
body.aw-commerce-account-page,
body.aw-commerce-account-page button,
body.aw-commerce-account-page input,
body.aw-commerce-account-page select,
body.aw-commerce-account-page textarea,
body.aw-commerce-account-page .woocommerce,
body.aw-commerce-account-page .woocommerce *:not(svg):not(path):not(.fa):not(.fas):not(.far):not(.fal):not(.fad):not(.fab):not([class^="fa-"]):not([class*=" fa-"]){
    font-family:var(--aw-main-font)!important;
}
.fa,.fas,.far,.fal,.fad,.fab,
[class^="fa-"]:before,[class*=" fa-"]:before{
    font-family:inherit;
}
.fa,.fas{font-family:"Font Awesome 5 Pro","Font Awesome 5 Free"!important;font-weight:900!important}
.far{font-family:"Font Awesome 5 Pro","Font Awesome 5 Free"!important;font-weight:400!important}
.fal{font-family:"Font Awesome 5 Pro"!important;font-weight:300!important}
.fab{font-family:"Font Awesome 5 Brands"!important;font-weight:400!important}
