/* Site-wide Abar for Doccure templates — must load after /style/css/style.css */

@font-face {
  font-family: "Abar";
  src: url("/fonts/abar/AbarFaNum-VF.woff2") format("woff2"),
    url("/fonts/abar/AbarFaNum-VF.woff") format("woff");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  font-variation-settings: "DOTS" 1;
}

.main-wrapper,
.main-wrapper button,
.main-wrapper input,
.main-wrapper textarea,
.main-wrapper select,
.main-wrapper h1,
.main-wrapper h2,
.main-wrapper h3,
.main-wrapper h4,
.main-wrapper h5,
.main-wrapper h6,
.main-wrapper p,
.main-wrapper span,
.main-wrapper a,
.main-wrapper li,
.main-wrapper label,
.main-wrapper .section-title,
.main-wrapper .custom-title,
.main-wrapper .title,
.main-wrapper .title-main,
.main-wrapper .btn,
.main-wrapper .form-control,
.main-wrapper .form-label,
.main-wrapper .form-select {
  font-family: "Abar", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-variation-settings: "DOTS" 1;
}

.main-wrapper h1,
.main-wrapper h2,
.main-wrapper h3,
.main-wrapper h4,
.main-wrapper h5,
.main-wrapper h6 {
  font-variation-settings: "DOTS" 1, "CNTR" 50;
}

/* Persian UI: never use theme/demo italic on body copy or headings. */
.main-wrapper,
.main-wrapper * {
  font-style: normal !important;
}
