/* Default tenant token overrides.
   Copy this file to create new themes and override only what you need. */
:root {
  /* Hairsy palette overrides (teal/indigo focus) */
  --primary: 200 85% 40%;
  --accent: 260 70% 55%;
  --accent-foreground: 260 70% 55%; /* Match accent for gradient */
  --ring: 200 85% 40%;

  /* Neutral tones adjusted for cooler Hairsy theme */
  --background: 210 40% 98%;
  --foreground: 220 20% 20%;
  --muted-foreground: 210 10% 50%;
  --border: 210 30% 90%;
  --card: 0 0% 100%; /* Keep card white */

  /* Shadows and gradients updated for Hairsy theme */
  --shadow-soft: 0 4px 20px hsl(200 40% 70% / 0.15);
  --shadow-hover: 0 8px 30px hsl(200 40% 60% / 0.2);
  --gradient-hero: linear-gradient(
    135deg,
    hsl(200 85% 40% / 0.15),
    hsl(210 40% 98%)
  );
}
