/* ShopNegar safe system-font stack.
   Proprietary font binaries are intentionally not shipped in this package. */
:root {
  --font-ui: Vazirmatn, IRANSans, Tahoma, Arial, sans-serif;
  --font-heading: Vazirmatn, IRANSans, Tahoma, Arial, sans-serif;
}

html,
body,
button,
input,
select,
textarea,
table {
  font-family: var(--font-ui) !important;
}

h1,
h2,
h3,
.page-title,
.hero-title,
.brand-title,
.panel-title {
  font-family: var(--font-heading) !important;
}
