:root {
    --font-family-fa-primary: "Iransans-web", Tahoma, sans-serif;
    --font-family-ui-fallback: "Helvetica Neue", "Segoe UI", Helvetica, Verdana, sans-serif;
    --font-family-base: var(--font-family-fa-primary);
    --font-size-12: 12px;
    --font-size-13: 13px;
    --font-size-14: 14px;
    --font-size-16: 16px;
    --font-size-18: 18px;
    --font-size-20: 20px;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --color-text-base: #333;
    --color-text-strong: #404040;
    --color-text-soft: #505050;
    --color-text-secondary: #676a6c;
    --color-text-muted: #959595;
    --color-text-subtle: #8d9096;
    --color-white: #fff;
    --color-surface: #fff;
    --color-surface-muted: #f1f1f1;
    --color-shell: #304967;
    --color-accent: #337ab7;
    --color-accent-strong: #004594;
    --color-accent-deep: #0d1576;
    --color-danger: #d9534f;
    --color-warning: #ffb928;
    --color-sand-50: var(--color-surface);
    --color-sand-100: var(--color-surface-muted);
    --color-sand-200: rgba(103, 106, 108, 0.12);
    --color-ink: var(--color-text-base);
    --color-ink-soft: var(--color-text-secondary);
    --color-panel: var(--color-surface);
    --color-panel-strong: var(--color-surface);
    --color-border: rgba(103, 106, 108, 0.18);
    --color-border-strong: rgba(103, 106, 108, 0.3);
    --shadow-soft: 0 10px 24px rgba(48, 73, 103, 0.08);
    --radius-card: 0.85rem;
    --radius-pill: 0.7rem;
    --space-1: 0.35rem;
    --space-2: 0.65rem;
    --space-3: 1rem;
    --space-4: 1.4rem;
    --space-5: 2rem;
    --space-6: 3rem;
    --shell-sidebar-width: 18rem;
    --shell-max-width: 1720px;
    --shell-sticky-offset: 0.85rem;
    /* هدرِ بالای پنل حذف شده؛ ۰ تا همهٔ offsetهای stickyِ صفحات (هدرِ جدول‌ها/سایدبار/تولبار) به بالا بچسبند. */
    --shell-header-height: 0px;
    --font-base-size: 14px;
    --font-line-height-base: 1.4;
}
