:root { --background: hsl(0 0% 100%); --foreground: hsl(222.2 84% 4.9%); --muted: hsl(210 40% 96.1%); --muted-foreground: hsl(215.4 16.3% 46.9%); --popover: hsl(0 0% 100%); --popover-foreground: hsl(222.2 84% 4.9%); --popover-border: rgb(175, 224, 200); --card: hsl(0 0% 100%); --card-foreground: hsl(222.2 84% 4.9%); --border: hsl(214.3 31.8% 91.4%); --input: hsl(214.3 31.8% 91.4%); --primary: rgb(101, 230, 166); --primary-foreground: hsl(222.2 84% 4.9%); --secondary: hsl(210 50% 95%); --secondary-foreground: hsl(222.2 84% 4.9%); --accent: hsl(11, 100%, 86%); --accent-foreground: hsl(222.2 84% 4.9%); --destructive: hsl(0, 100%, 63%); --destructive-foreground: hsl(210 40% 98%); --success: hsl(156 72% 67%); --success-muted: hsl(156 72% 90%); --success-foreground: hsl(222.2 84% 4.9%); --ring: hsl(222.2 84% 4.9%); --radius: 0.5rem; } .dark { --background: hsl(180 0 4.9%); --foreground: hsl(210 40% 98%); --muted: hsl(0, 0%, 12%); --muted-foreground: hsl(215 20.2% 65.1%); --popover: hsl(165, 47%, 5%); --popover-foreground: hsl(210 40% 98%); --popover-border: hsl(165, 47%, 20%); --card: hsl(180 0 4.9%); --card-foreground: hsl(210 40% 98%); --border: hsl(0, 0%, 22.5%); --input: hsl(165, 47%, 20%); --primary: rgb(101, 230, 166); --primary-foreground: hsl(180 0 4.9%); --secondary: hsl(0, 0%, 22.5%); --secondary-foreground: hsl(210 40% 98%); --accent: hsl(11, 87%, 69%); --accent-foreground: hsl(222.2 84% 4.9%); --destructive: hsl(0, 62%, 49%); --destructive-foreground: hsl(210 40% 98%); --success: hsl(142 72% 29%); --success-muted: hsl(142 72% 10%); --success-foreground: hsl(210 40% 98%); --ring: hsl(212.7 26.8% 83.9%); --radius: 0.5rem; } @theme inline { --color-background: var(--background); --color-foreground: var(--foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-popover: var(--popover); --color-popover-foreground: var(--popover-foreground); --color-popover-border: var(--popover-border); --color-card: var(--card); --color-card-foreground: var(--card-foreground); --color-border: var(--border); --color-input: var(--input); --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-destructive: var(--destructive); --color-destructive-foreground: var(--destructive-foreground); --color-success: var(--success); --color-success-muted: var(--success-muted); --color-success-foreground: var(--success-foreground); --color-ring: var(--ring); }