:root {
    color-scheme: light;
    --primary: #A3B899;
    --primary-light: #EDF5EF;
    --primary-dark: #5B8C6A;
    --accent: #5B8C6A;
    --accent-light: #EDF5EF;
    --accent-dark: #4A7A59;
    --bg-warm: #F6F3EE;
    --text-main: #2C2A26;
    --text-muted: #7A7568;
    --text-decorative: #9E9789;
    --border: #E8E0D4;
    --danger: #D4897A;
    --success: #5B8C6A;
    --warning: #C4A265;
    --info: #8899A8;
    --coral: #C4793D;
    --shadow: 0 12px 40px rgba(91, 140, 106, 0.12);
    --shadow-hover: 0 20px 50px rgba(91, 140, 106, 0.18);
    --shadow-soft: 0 8px 20px rgba(163, 184, 153, 0.2);
    --flow: #FF8C42;
    --flow-anxiety: #E85D5D;
    --flow-bored: #8899AA;

    /* Spacing */
    --space-xs: 4px;
    --space-sm: 8px;
    --space-md: 16px;
    --space-lg: 24px;
    --space-xl: 32px;

    /* Border Radius */
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 24px;

    /* Transitions */
    --transition-fast: 0.15s ease;
    --transition-normal: 0.3s ease;
}
