/* Global System Font font-62.0.0-8ca74ccd5759a523e70aba04a66325fc643ee4d0-g1 — generated, do not edit */
@font-face{font-family:'saas-font-estedad-medium';src:url("/appearance/font-files/1/79a1929265fc078f.woff2?v=79a1929265fc") format("woff2");font-style:normal;font-weight:400;font-display:swap;}
:root{
  --ui-font-sans: 'saas-font-estedad-medium', Vazirmatn, Tahoma, Arial, sans-serif;
  --ui-font-heading: 'saas-font-estedad-medium', Vazirmatn, Tahoma, Arial, sans-serif;
  --ui-font-number: 'saas-font-estedad-medium', Vazirmatn, Tahoma, Arial, sans-serif;
  --ui-font-print: 'saas-font-estedad-medium', Vazirmatn, Tahoma, Arial, sans-serif;
}
/* This stylesheet is loaded after the Theme stylesheet and therefore owns typography globally. */
html,
body,
body *:not(code):not(pre):not(kbd):not(samp):not(.font-mono),
button,
input,
textarea,
select,
option,
optgroup,
table,
th,
td,
label,
legend,
summary,
dialog {
  font-family: var(--ui-font-sans) !important;
}

:where(h1,h2,h3,h4,h5,h6,.ui-page-header__title,.ui-card__title,.ui-brand__name,[data-ui-heading]) {
  font-family: var(--ui-font-heading) !important;
}

:where(.ui-number,[data-ui-number],.tabular-nums,input[inputmode="numeric"],input[inputmode="decimal"]) {
  font-family: var(--ui-font-number) !important;
  font-variant-numeric: tabular-nums;
}

@media print {
  html,
  body,
  body *:not(code):not(pre):not(kbd):not(samp):not(.font-mono) {
    font-family: var(--ui-font-print) !important;
  }
}