/* MakeAmom Tailwind Theme Overrides — loaded after Tailwind CDN */
/* These map the existing brand tokens into Tailwind-compatible utilities */

:root {
  /* Brand Colors */
  --mam-bg: #FDF8F4;
  --mam-bg-dark: #F5EDE6;
  --mam-card: #FFFFFF;
  --mam-card-hover: #FFF9F5;
  --mam-text: #2C2420;
  --mam-text-2: #6B5D52;
  --mam-text-muted: #A09080;
  --mam-sage: #5E8E62;
  --mam-sage-dark: #4A7350;
  --mam-sage-light: #8BB88F;
  --mam-rose: #D4727A;
  --mam-rose-dark: #B85A62;
  --mam-rose-light: #E8A5AB;
  --mam-gold: #C4956A;
  --mam-blue: #7BA9B8;
  --mam-purple: #B088A8;
  --mam-border: #E8DDD4;
  --mam-border-light: #F0E6DD;
  /* Fertile window gradients */
  --fertile-low: #d4edda;
  --fertile-med: #a8d5a2;
  --fertile-high: #5E8E62;
  --fertile-peak: #3d6941;
  --period-red: #D4727A;
  --luteal-gray: #E8DDD4;
}
