/**
 * فونت‌های فارسی — طرحینو
 *
 * وزیرمتن با مجوز SIL OFL همراه افزونه ارائه می‌شود.
 * ایران‌یکان مجوز تجاری دارد و همراه افزونه توزیع نمی‌شود؛ در صورت خرید،
 * فایل‌ها را در پوشهٔ tarhino/assets/fonts/iranyekan/ قرار دهید.
 */

@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/vazirmatn/Vazirmatn-Variable.woff2') format('woff2 supports variations'),
         url('../fonts/vazirmatn/Vazirmatn-Variable.woff2') format('woff2-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --tarhino-font: 'IRANYekanX', 'IRANYekan', 'Vazirmatn', 'Segoe UI', Tahoma, sans-serif;
    --tarhino-radius: 10px;
    --tarhino-border: #e2e5ea;
    --tarhino-bg: #ffffff;
    --tarhino-bg-soft: #f7f8fa;
    --tarhino-text: #1f2430;
    --tarhino-muted: #6b7280;
    --tarhino-accent: #2f6fed;
    --tarhino-accent-soft: #eaf1fe;
    --tarhino-danger: #d63638;
    --tarhino-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 4px 16px rgba(16, 24, 40, .06);
}
