/* Vazirmatn v33.003 — bundled with the plugin.
 * No Google Fonts / CDN dependency.
 */
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("Vazirmatn-Variable.woff2") format("woff2"),
       url("Vazirmatn-Variable.ttf") format("truetype");
}

@font-face {
  font-family: "VazirmatnStatic";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("Vazirmatn-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "VazirmatnStatic";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("Vazirmatn-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "VazirmatnStatic";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("Vazirmatn-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "VazirmatnStatic";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("Vazirmatn-Bold.woff2") format("woff2");
}

:root {
  --portal-font-family: "Vazirmatn", "VazirmatnStatic", Tahoma, Arial, sans-serif;
}

html, body, button, input, select, textarea {
  font-family: var(--portal-font-family);
}
