/* Vazirmatn @font-face — copy the actual .woff2 into static/fonts/ before deploy.
   Fonts are NOT committed to the repo to keep it lean; `make fetch-fonts`
   pulls them from the Vazirmatn release tarball.
*/
@font-face {
    font-family: "Vazirmatn";
    src: url("/static/fonts/Vazirmatn-Regular.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "Vazirmatn";
    src: url("/static/fonts/Vazirmatn-Bold.woff2") format("woff2");
    font-weight: 700;
    font-display: swap;
}
