/* Auto-generated from src/styles/theme.ts - DO NOT EDIT MANUALLY */
/* Active palette: greenLight */
/* Generated: 2026-06-22T16:48:05.114Z */

:root {
    --bg-color: #ffffff;
    --card-bg: #f8fafc;
    --accent: #0ca457;
    --accent-hover: #0b9050;
    --text: #0f172a;
    --text-muted: #64748b;
    --error: #dc2626;
    --success: #0ca457;
    --gradient-primary: linear-gradient(90deg, #0ca457, #4ade80);
    --color-primary: #0ca457;
    --color-primary-light: #4ade80;
}
