/* MRI Center Pro Theme — font stack (no external/CDN font). */
:root {
  --mri-font: "Vazirmatn", "Sahel", "Tahoma", "Segoe UI", "Geeza Pro", "DejaVu Sans", system-ui, sans-serif;
}
/*
 * To use a licensed webfont (e.g. Vazirmatn under the SIL OFL license), drop
 * the .woff2 files into assets/fonts/ and uncomment:
 *
 * @font-face {
 *   font-family: "Vazirmatn";
 *   src: url("../fonts/Vazirmatn-Regular.woff2") format("woff2");
 *   font-weight: 400; font-display: swap;
 * }
 * @font-face {
 *   font-family: "Vazirmatn";
 *   src: url("../fonts/Vazirmatn-Bold.woff2") format("woff2");
 *   font-weight: 700; font-display: swap;
 * }
 */
body, h1, h2, h3, h4, .mri-btn, input, textarea, select { font-family: var(--mri-font); }
