/* ============================================================
   SignalAds Auth Template — bundled fonts.
   Vazirmatn is bundled (5 weights, woff2).
   IRANSans is referenced by name so users with the font
   installed locally will see it; otherwise falls back.
   ============================================================ */

@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/Vazirmatn-Light.woff2') format('woff2');
}
@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Vazirmatn-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Vazirmatn-Medium.woff2') format('woff2');
}
@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Vazirmatn-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/Vazirmatn-Black.woff2') format('woff2');
}

/* Font stacks available to the auth template. */
:root {
    --sa-font-vazirmatn: 'Vazirmatn', 'Tahoma', sans-serif;
    --sa-font-inherit: inherit;
}
