:root {
  --primary: hsl(6 78% 57%);
  --accent: hsl(0 70% 40%);
  --background: hsl(0 0% 6%);
  --foreground: hsl(0 0% 98%);
  --card: hsl(0 0% 10%);
  --muted: hsl(0 0% 14%);
  --muted-foreground: hsl(0 0% 63%);
  --border: hsl(0 0% 14%);
  --input: hsl(0 0% 14%);
  --ring: hsl(6 78% 57%);
}