/**
 * Hushmand ERP — Bahij Helvetica Neue for Persian (Dari / RTL).
 * Loaded only when locale_is_rtl() (or on RTL print views).
 */

@font-face {
    font-family: "Bahij Helvetica Neue";
    src: url("../Fonts/BahijHelveticaNeue-Roman.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html[dir="rtl"] {
    --brand-font: "Bahij Helvetica Neue", Tahoma, "Segoe UI", sans-serif;
    --persian-font: "Bahij Helvetica Neue", Tahoma, "Segoe UI", sans-serif;
}
