/* Paths relative to this file → public/fonts (processed by Vite in dev & build) */
@font-face {
    font-family: 'IRANSans';
    src: url('../../public/fonts/IRANSansWeb_UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSans';
    src: url('../../public/fonts/IRANSansWeb_Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSans';
    src: url('../../public/fonts/IRANSansWeb.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSans';
    src: url('../../public/fonts/IRANSansWeb_Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSans';
    src: url('../../public/fonts/IRANSansWeb_Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazir';
    src: url('../../public/fonts/Vazir.woff2') format('woff2'),
        url('../../public/fonts/Vazir.woff') format('woff'),
        url('../../public/fonts/Vazir.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Brand wordmark — place MoDesty.woff2 at public/fonts/modesty/MoDesty.woff2 */
@font-face {
    font-family: 'MoDesty';
    src: url('../../public/fonts/modesty/MoDesty.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: optional;
}
