:root {
  --background: hsl(0 0% 100%);
  --foreground: hsl(224 71% 4%);
  --primary: hsl(217 91% 60%);
  --primary-foreground: hsl(210 40% 98%);
  --secondary: hsl(220 14% 96%);
  --secondary-foreground: hsl(220 9% 15%);
  --muted: hsl(220 14% 96%);
  --muted-foreground: hsl(220 9% 46%);
  --accent: hsl(38 92% 50%);
  --accent-foreground: hsl(26 83% 14%);
  --destructive: hsl(0 72% 51%);
  --destructive-foreground: hsl(210 40% 98%);
  --card: hsl(0 0% 100%);
  --card-foreground: hsl(224 71% 4%);
  --popover: hsl(0 0% 100%);
  --popover-foreground: hsl(224 71% 4%);
  --border: hsl(220 13% 91%);
  --input: hsl(220 13% 91%);
  --ring: hsl(217 91% 60%);
  --radius: 0.6rem;

  --sidebar: var(--background);
  --sidebar-foreground: var(--foreground);
  --sidebar-primary: var(--primary);
  --sidebar-primary-foreground: var(--primary-foreground);
  --sidebar-accent: var(--accent);
  --sidebar-accent-foreground: var(--accent-foreground);
  --sidebar-border: var(--border);
  --sidebar-ring: var(--ring);
}

.dark {
  --background: hsl(224 71% 4%);
  --foreground: hsl(210 20% 98%);
  --primary: hsl(217 91% 60%);
  --primary-foreground: hsl(224 71% 4%);
  --secondary: hsl(220 25% 12%);
  --secondary-foreground: hsl(210 20% 98%);
  --muted: hsl(220 25% 12%);
  --muted-foreground: hsl(217 15% 65%);
  --accent: hsl(38 92% 50%);
  --accent-foreground: hsl(26 83% 14%);
  --destructive: hsl(0 63% 45%);
  --destructive-foreground: hsl(210 20% 98%);
  --card: hsl(222 47% 9%);
  --card-foreground: hsl(210 20% 98%);
  --popover: hsl(222 47% 9%);
  --popover-foreground: hsl(210 20% 98%);
  --border: hsl(217 25% 20%);
  --input: hsl(217 25% 20%);
  --ring: hsl(217 91% 60%);

  --sidebar: var(--background);
  --sidebar-foreground: var(--foreground);
  --sidebar-primary: var(--primary);
  --sidebar-primary-foreground: var(--primary-foreground);
  --sidebar-accent: var(--accent);
  --sidebar-accent-foreground: var(--accent-foreground);
  --sidebar-border: var(--border);
  --sidebar-ring: var(--ring);
}
