/* ========================================
   🎨 EASY-YOGI PROJECT-SPECIFIC COLORS
   ========================================
   This file contains color overrides for the easy-yogi project.
   Only override the variables you want to change - others will use base theme values.
   ======================================== */

/* Override DaisyUI theme - only specify variables you want to change */
@plugin "daisyui/theme" {
  name: "light";
  /* Only override colors you want to customize for easy-yogi */
  /* Uncomment and modify as needed:
  --color-primary: oklch(77% 0.152 181.912);
  --color-primary-content: oklch(27% 0.046 192.524);
  --color-secondary: oklch(86% 0.005 56.366);
  */
}
