/* Local Vazirmatn @font-face definitions.
    1) Place font files in: wwwroot/fonts/Vazirmatn/
        Recommended files: Vazirmatn-Regular.woff2, Vazirmatn-Bold.woff2, Vazirmatn-Variable.woff2 (optional).
    2) If you don't have woff2, include woff/ttf fallbacks and update names below.
    3) Clear browser cache or use devtools "Disable cache" while testing.

    Example command to create the folder (Windows PowerShell):
    New-Item -ItemType Directory -Force -Path "wwwroot\fonts\Vazirmatn"

    Then copy your font files into that folder.

    The rules below use `/fonts/Vazirmatn/` (root-relative). Adjust if you place fonts elsewhere.
*/

@font-face {
  font-family: "Vazirmatn";
  src: url("/fonts/Vazirmatn/Vazirmatn-Regular.woff2") format("woff2"),
         url("/fonts/Vazirmatn/Vazirmatn-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Vazirmatn";
  src: url("/fonts/Vazirmatn/Vazirmatn-Bold.woff2") format("woff2"),
         url("/fonts/Vazirmatn/Vazirmatn-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Optional variable / other weights
@font-face {
  font-family: "Vazirmatn";
  src: url("/fonts/Vazirmatn/Vazirmatn-Variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
*/

/* Apply as fallback if other styles reference Vazirmatn */
:root { }

/* Quick verification helper (remove in production):
    body { font-family: Vazirmatn, system-ui, sans-serif !important; }
*/
