:root {
    --color-primary: #3F7CB3;
    --color-primary-dark: #2D5B85;
    --color-primary-soft: rgba(63, 124, 179, 0.10);

    --color-heading: #1E293B;
    --color-text: #1E293B;
    --color-text-muted: #475569;

    --color-success: #16A34A;

    --color-surface: #FFFFFF;
    --color-surface-soft: rgba(63, 124, 179, 0.04);
    --color-surface-warm: rgba(63, 124, 179, 0.08);
    --color-border: #E2E8F0;
    --color-border-soft: #D7E3EE;

    --font-base: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
    --text-xs: 12px;
    --text-sm: 13px;
    --text-base: 15px;
    --text-md: 16px;
    --text-lg: 18px;
    --line-tight: 1.2;
    --line-base: 1.65;

    --space-1: 4px;
    --space-2: 8px;
    --space-3: 12px;
    --space-4: 16px;
    --space-5: 24px;
    --space-6: 32px;
    --space-7: 48px;
    --space-8: 64px;

    --radius-sm: 10px;
    --radius-md: 16px;
    --radius-full: 999px;

    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.06);
    --shadow-md: 0 4px 24px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.08);

    --container-max: 1200px;
    --container-pad: 24px;
    --header-h: 64px;

    --btn-height: 44px;
    --transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);

    --z-nav: 90;
    --z-header: 100;
    --z-modal: 200;
}
