@charset "UTF-8";

/*
  iOS/Safari font hardening.
  Font files are not bundled. Vazirmatn is loaded by web CSS, and iOS-safe Persian fallbacks are used if the CDN is blocked.
*/

:root{
  --font-ui: "Vazirmatn", -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "SF Arabic", "Geeza Pro", "Helvetica Neue", Tahoma, Arial, sans-serif !important;
}

html,
body,
body *,
button,
input,
textarea,
select,
option,
table,
th,
td,
label,
a,
span,
small,
strong,
b,
p,
h1,
h2,
h3,
h4,
h5,
h6,
code,
pre{
  font-family: var(--font-ui) !important;
}

@supports (-webkit-touch-callout: none){
  html,
  body,
  body *{
    font-family: "Vazirmatn", -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Arabic", "Geeza Pro", "Helvetica Neue", Tahoma, Arial, sans-serif !important;
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
  }

  input,
  textarea,
  select,
  button{
    font-family: "Vazirmatn", -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Arabic", "Geeza Pro", Tahoma, Arial, sans-serif !important;
  }
}

.font-test-vazirmatn{
  font-family:"Vazirmatn", -apple-system, BlinkMacSystemFont, "SF Arabic", Tahoma, Arial, sans-serif !important;
}
