[data-theme="light"] {
    --bg-color: #FAFAF8;
    --card-bg: #FFFFFF;
    --text-primary: #1E1E1E;
    --text-secondary: #5F6368;
    --brand-primary: #B83227;
    --brand-hover: #9E2B22;
    --brand-accent: #E0A106;
    --text-primary-button: #FFFFFF;
    --brand-primary-button: #000000;
    --success: #27AE60;
    --error: #C0392B;
    --border-color: #E0E0E0;
    --overlay-bg: rgba(0, 0, 0, 0.5);
    --input-bg: #F0F0F0;
    --shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}