/* Theme: Green */
:root {
    --theme-primary: #22c55e;
    --theme-primary-hover: #16a34a;
    --theme-primary-light: rgba(34, 197, 94, 0.2);
    --theme-secondary: #111827;
    --theme-secondary-hover: #000000;
    --theme-primary-text: #ffffff;
    --theme-accent: #22c55e;
}
