
/**
 * File: assets/fonts/vazirmatn/vazirmatn.css
 * Vazirmatn Font Face Declarations
 * Persian/Arabic script with Latin support
 *
 * Source: https://github.com/rastikerdar/vazirmatn
 * License: SIL Open Font License 1.1
 *
 * @package    Tarjomyar
 * @subpackage Assets\Fonts
 * @author     Sirvan Alirezaei
 * @copyright  2026 Sirvan Alirezaei. All rights reserved.
 * @license    Proprietary (Font: SIL OFL 1.1)
 * @since      1.0.0
 */

/* ── Vazirmatn Regular (400) ── */
@font-face {
    font-family: 'Vazirmatn';
    src: url('vazirmatn-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    unicode-range:
        U+0600-06FF,   /* Arabic */
        U+FB50-FDFF,   /* Arabic Presentation Forms */
        U+FE70-FEFF,   /* Arabic Presentation Forms-B */
        U+0000-007F,   /* Basic Latin */
        U+0080-00FF;   /* Latin-1 Supplement */
}

/* ── Vazirmatn Medium (500) ── */
@font-face {
    font-family: 'Vazirmatn';
    src: url('vazirmatn-medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    unicode-range:
        U+0600-06FF,
        U+FB50-FDFF,
        U+FE70-FEFF,
        U+0000-007F,
        U+0080-00FF;
}

/* ── Vazirmatn Bold (700) ── */
@font-face {
    font-family: 'Vazirmatn';
    src: url('vazirmatn-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    unicode-range:
        U+0600-06FF,
        U+FB50-FDFF,
        U+FE70-FEFF,
        U+0000-007F,
        U+0080-00FF;
}