:root {
    --bg-color: #fff;
    --bg-light: #f9f9f9;
    --text-color: #222;
    --text-light: #555;
    --primary-color: #3e6d26;
    /* --primary-color: #3e6d26; */
    --secondary-color: #f9c400;
    --border-color: #e0e0e0;
    --button-blue: #3e6d26;
}

[data-theme='dark'] {
    --bg-color: #18191c;
    --bg-light: #23242a;
    --text-color: #f5f5f5;
    --text-light: #d1d5db;
    --primary-color: #ffd600;
    --secondary-color: #3e6d26;
    --border-color: #333;
    --button-blue: #3e6d26;
} 