@font-face{
    font-family:"Vazirmatn";
    src:url("/assets/fonts/Vazirmatn-Regular.woff2") format("woff2");
    font-style:normal;
    font-weight:400;
    font-display:swap;
}

@font-face{
    font-family:"Vazirmatn";
    src:url("/assets/fonts/Vazirmatn-Bold.woff2") format("woff2");
    font-style:normal;
    font-weight:700 900;
    font-display:swap;
}

/* Apply the Persian UI typeface consistently to every user-facing Persian screen. */
html[lang="fa"] body,
body.locale-fa,
html[lang="fa"] body :is(button,input,select,textarea),
body.locale-fa :is(button,input,select,textarea){
    font-family:"Vazirmatn",sans-serif;
}
