@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100..900&display=swap');
/* =========================================================
   V60 Global Vazir Font Normalization
   Applies Vazir/Vazirmatn across admin, storefront, customer panel,
   installer, forms, tables, buttons and modals.
   No font binary is bundled; upload Vazir/Vazirmatn font files separately
   if the server does not already load them.
   ========================================================= */
:root{
  --cms-vazir-font:"Vazirmatn", "Vazir", Tahoma, Arial, sans-serif;
  --cms-font:"Vazirmatn", "Vazir", Tahoma, Arial, sans-serif;
  --pro-font:"Vazirmatn", "Vazir", Tahoma, Arial, sans-serif;
  --bs-body-font-family:"Vazirmatn", "Vazir", Tahoma, Arial, sans-serif;
}
html,
body,
.sport-admin-app,
.admin-panel-body,
.ds-template-page,
.account-page-fullscreen,
.customer-panel,
.installer-page{
  font-family:var(--cms-vazir-font)!important;
}
body :where(:not(i):not(svg):not(path):not(code):not(pre):not(kbd):not(samp):not(.bi):not([class^="bi-"]):not([class*=" bi-"])){
  font-family:var(--cms-vazir-font)!important;
}
input,
select,
textarea,
button,
.btn,
.form-control,
.form-select,
.dropdown-menu,
.modal,
.tooltip,
.popover,
table,
th,
td,
label,
.pagination,
.page-link{
  font-family:var(--cms-vazir-font)!important;
}
::placeholder{font-family:var(--cms-vazir-font)!important;}


/* =========================================================
   V61 ROOT FIX: Vazirmatn/Vazir forced globally.
   Root cause fixed: the previous version only declared font-family
   but did not load a real @font-face/font source, and some cached views
   did not include vazir-global.css. This block is injected into the main
   CSS files that are already loaded by the storefront/admin.
   ========================================================= */
:root{
  --cms-vazir-font:'Vazirmatn','Vazir',Tahoma,Arial,sans-serif!important;
  --cms-font:'Vazirmatn','Vazir',Tahoma,Arial,sans-serif!important;
  --pro-font:'Vazirmatn','Vazir',Tahoma,Arial,sans-serif!important;
  --bs-body-font-family:'Vazirmatn','Vazir',Tahoma,Arial,sans-serif!important;
}
html,body,
body *:not(i):not(svg):not(path):not(code):not(pre):not(kbd):not(samp):not(.bi):not([class^="bi-"]):not([class*=" bi-"]),
input,select,textarea,button,.btn,.form-control,.form-select,.dropdown-menu,.modal,.tooltip,.popover,
table,thead,tbody,tfoot,tr,th,td,label,.pagination,.page-link,
.site-header,.top-strip,.category-nav,.hero,.section-block,.product-card,.article-card,.cat-card,
.sport-admin-app,.admin-panel-body,.admin-sidebar,.admin-topbar,.admin-content,.admin-card,.admin-table,
.customer-panel,.account-page-fullscreen,.installer-page{
  font-family:'Vazirmatn','Vazir',Tahoma,Arial,sans-serif!important;
}
::placeholder{font-family:'Vazirmatn','Vazir',Tahoma,Arial,sans-serif!important;}
