/* Default Color File  */



:root {
    --theme-color: #3AB34A;        /* bright green — primary accent */
    --theme-color-dark: #196633;   /* dark green — headers, hover states */
    --theme-color-light: #e8f5eb;  /* light green tint — backgrounds */
    --theme-gray: #f2f2f2;         /* light gray — section backgrounds */
}











