@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background:hsl(0 0% 100%);--background-3:hsl(200 48% 15%);--background-4:hsl(202 50% 18%);--background-5:hsl(202 50% 20%);--foreground:hsl(0 0% 17%);--card:hsl(0 0% 100%);--card-foreground:hsl(0 0% 17%);--popover:hsl(0 0% 100%);--popover-foreground:hsl(0 0% 17%);--primary:hsl(40 78% 58%);--primary-foreground:hsl(201 42% 9%);--secondary:hsl(0 0% 96%);--secondary-foreground:hsl(0 0% 17%);--muted:hsl(0 0% 96%);--muted-foreground:hsl(0 0% 45%);--accent:hsl(40 78% 58%);--accent-foreground:hsl(201 42% 9%);--destructive:hsl(0 100% 67%);--destructive-foreground:hsl(0 0% 98%);--warning:hsl(38 92% 50%);--green:hsl(80,100%,42%);--green-transparent:hsla(80,100%,42%,0.1);--red:hsl(0,100%,67%);--red-transparent:hsla(0,100%,67%,0.1);--link:hsl(203,100%,48%);--border:hsl(0 0% 82%);--input:hsl(0 0% 82%);--ring:hsl(40 78% 58%);--radius:0.5rem;--chart-1:hsl(204 98% 48%);--chart-2:hsl(73 84% 58%);--chart-3:hsl(48 89% 51%);--chart-4:hsl(40 78% 58%);--chart-5:hsl(0 100% 67%)}.dark{--background:hsl(201 42% 9%);--background-3:hsl(200 48% 15%);--background-4:hsl(202 50% 18%);--background-5:hsl(202 50% 20%);--foreground:hsl(0 0% 100%);--card:hsl(201 43% 11%);--card-foreground:hsl(0 0% 100%);--popover:hsl(201 48% 13%);--popover-foreground:hsl(0 0% 100%);--primary:hsl(0 0% 90%);--primary-foreground:hsl(201 42% 9%);--secondary:hsl(201 48% 13%);--secondary-foreground:hsl(0 0% 100%);--muted:hsl(201 48% 13%);--muted-foreground:hsl(0 0% 65%);--accent:hsl(40 78% 58%);--accent-foreground:hsl(201 42% 9%);--destructive:hsl(0 100% 67%);--destructive-foreground:hsl(0 0% 100%);--warning:hsl(38 92% 50%);--green:hsl(80,100%,42%);--green-transparent:hsla(80,100%,42%,0.1);--red:hsl(0,100%,67%);--red-transparent:hsla(0,100%,67%,0.1);--link:hsl(203,100%,48%);--border:hsl(201 44% 21%);--input:hsl(200 48% 15%);--ring:hsl(0 0% 90%);--chart-1:hsl(204 98% 48%);--chart-2:hsl(73 84% 58%);--chart-3:hsl(48 89% 51%);--chart-4:hsl(40 78% 58%);--chart-5:hsl(0 100% 67%)}*{border-color:var(--border)}body{background-color:var(--background);color:var(--foreground)}}@layer base{}