:root {
    --color-primary: #F97316;
    --color-primary-dark: #E1600A;
    --color-primary-soft: rgba(249, 115, 22, 0.10);

    --color-heading: #14213A;
    --color-text: #23324B;
    --color-text-muted: #5C6B82;

    --color-success: #16A34A;

    --color-surface: #FFFFFF;
    --color-surface-soft: #FFF7F1;
    --color-surface-warm: #FFF1E6;
    --color-border: #E7EDF4;
    --color-border-soft: #F3E3D7;

    --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: 14px;
    --radius-full: 999px;

    --shadow-sm: 0 1px 3px rgba(20, 33, 58, 0.06);
    --shadow-md: 0 6px 24px rgba(20, 33, 58, 0.08);
    --shadow-lg: 0 16px 44px rgba(20, 33, 58, 0.10);

    --container-max: 1200px;
    --container-pad: 20px;
    --header-h: 60px;

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

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