:root {
    /* تم بنفش نودهشتیا */
    --primary: #7952b3;
    --primary-hover: #6339a4;
    --primary-dark: #37185e;
    --primary-deep: #1e0d34;
    --primary-light: #efe8fa;
    --primary-gradient: linear-gradient(135deg, #7952b3 0%, #4c1d95 100%);
    --accent: #f59e0b; /* طلایی/نارنجی برای المان‌های خاص */
    --accent-hover: #d97706;

    /* سطوح و پس‌زمینه‌ها */
    --background: #f8f6fc;
    --surface: #ffffff;
    --surface-hover: #f3f0f9;
    --border: #e6def0;
    --border-dark: #3a225e;

    /* متون */
    --text: #221735;
    --text-muted: #72628a;
    --text-light: #bcaece;
    --text-white: #ffffff;

    /* انحناها و سایه‌ها */
    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 22px;
    --radius-full: 9999px;
    --shadow-sm: 0 2px 8px rgba(55, 24, 94, 0.06);
    --shadow-md: 0 8px 24px rgba(55, 24, 94, 0.09);
    --shadow-lg: 0 16px 36px rgba(55, 24, 94, 0.14);

    /* ابعاد */
    --container-width: 1240px;
    --transition: all 0.25s ease-in-out;
}
