/* Vazirmatn Font - Local Fallback
 * This file is loaded only when the local font files exist.
 * To use Vazirmatn locally:
 * 1. Download the WOFF2 files from https://github.com/rastikerdar/vazirmatn/releases
 * 2. Place them in the /public/fonts/ directory of this plugin
 * 3. Uncomment and update the @font-face rules below
 *
 * Without local font files, the plugin falls back to system fonts:
 * 'Segoe UI', Tahoma, Arial, sans-serif (which support Persian)
 */

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

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