
:root  {
  --background: 0 0% 100%;
  --foreground: 358 5% 0%;
  
  --card: 358 50% 90%;
  --card-foreground: 358 5% 10%;
  
   --popover: 0 0% 100%;
  --popover-foreground: 222.2 84% 4.9%;
  
  --primary: 358 69.1% 45.7%;
  --primary-foreground: 0 0% 100%;
  
  --secondary: 358 30% 70%;
  --secondary-foreground: 0 0% 0%;
  
  --muted: 320 30% 85%;
  --muted-foreground: 358 5% 35%;
  
  --accent: 320 30% 80%;
  --accent-foreground: 358 5% 10%;
  
  --destructive: 0 100% 30%;
  --destructive-foreground: 358 5% 90%;
  
  --border: 214.3 31.8% 91.4%;
  --input: 214.3 31.8% 91.4%;
  --ring: 358 69.1% 45.7%;
  --radius: 0.5rem;
}
.dark  {
  --background: 358 50% 5%;
  --foreground: 358 5% 90%;
  --card: 358 50% 0%;
  --card-foreground: 358 5% 90%;
  --popover: 358 50% 5%;
  --popover-foreground: 358 5% 90%;
  --primary: 358 69.1% 45.7%;
  --primary-foreground: 0 0% 100%;
  --secondary: 358 30% 10%;
  --secondary-foreground: 0 0% 100%;
  --muted: 320 30% 15%;
  --muted-foreground: 358 5% 60%;
  --accent: 320 30% 15%;
  --accent-foreground: 358 5% 90%;
  --destructive: 0 100% 30%;
  --destructive-foreground: 358 5% 90%;
  --border: 358 30% 18%;
  --input: 358 30% 18%;
  --ring: 358 69.1% 45.7%;
  --radius: 0.5rem;
}
