:root {
  --background: 0 0% 100%;
  --foreground: 222.2 47.4% 11.2%;
  --primary: 224 31% 17%;
  --primary-foreground: 0 0% 100%;
  --secondary: 353 100% 37%;
  --secondary-foreground: 0 0% 100%;
  --muted: 210 40% 96.1%;
  --muted-foreground: 215.4 16.3% 46.9%;
  --accent: 353 100% 37%;
  --accent-foreground: 0 0% 100%;
  --popover: 0 0% 100%;
  --popover-foreground: 222.2 47.4% 11.2%;
  --border: 214.3 31.8% 91.4%;
  --input: 214.3 31.8% 91.4%;
  --card: 0 0% 100%;
  --card-foreground: 222.2 47.4% 11.2%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 210 40% 98%;
  --ring: 224 31% 17%;
  --sidebar: 0 0% 100%;
  --sidebar-foreground: 222.2 47.4% 11.2%;
  --sidebar-primary: 224 31% 17%;
  --sidebar-primary-foreground: 0 0% 100%;
  --sidebar-accent: 353 100% 37%;
  --sidebar-accent-foreground: 0 0% 100%;
  --sidebar-border: 214.3 31.8% 91.4%;
  --sidebar-ring: 224 31% 17%;
  --radius: 0.5rem;
}