@import"tailwindcss";@theme inline{ --color-background: hsl(0 0% 100%); --color-foreground: hsl(212 52% 25%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(212 52% 25%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(212 52% 25%); --color-primary: hsl(174 78% 26%); --color-primary-foreground: hsl(0 0% 100%); --color-secondary: hsl(212 52% 25%); --color-secondary-foreground: hsl(0 0% 100%); --color-muted: hsl(210 20% 95%); --color-muted-foreground: hsl(212 52% 45%); --color-accent: hsl(45 66% 53%); --color-accent-foreground: hsl(212 52% 25%); --color-destructive: hsl(0 84.2% 60.2%); --color-destructive-foreground: hsl(210 40% 98%); --color-border: hsl(210 20% 90%); --color-input: hsl(210 20% 90%); --color-ring: hsl(174 78% 26%); --color-sidebar-background: hsl(0 0% 98%); --color-sidebar-foreground: hsl(212 52% 25%); --color-sidebar-primary: hsl(174 78% 26%); --color-sidebar-primary-foreground: hsl(0 0% 100%); --color-sidebar-accent: hsl(210 20% 95%); --color-sidebar-accent-foreground: hsl(212 52% 25%); --color-sidebar-border: hsl(210 20% 90%); --color-sidebar-ring: hsl(174 78% 26%); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; }:root{--radius: .5rem}@media (prefers-color-scheme: dark){:root{--color-background: hsl(212 52% 15%);--color-foreground: hsl(210 20% 95%);--color-card: hsl(212 52% 18%);--color-card-foreground: hsl(210 20% 95%);--color-popover: hsl(212 52% 18%);--color-popover-foreground: hsl(210 20% 95%);--color-primary: hsl(174 78% 26%);--color-primary-foreground: hsl(0 0% 100%);--color-secondary: hsl(138 65% 25%);--color-secondary-foreground: hsl(210 20% 95%);--color-muted: hsl(212 52% 25%);--color-muted-foreground: hsl(210 20% 75%);--color-accent: hsl(45 66% 53%);--color-accent-foreground: hsl(212 52% 25%);--color-destructive: hsl(0 62.8% 30.6%);--color-destructive-foreground: hsl(210 40% 98%);--color-border: hsl(212 52% 30%);--color-input: hsl(212 52% 30%);--color-ring: hsl(174 78% 26%);--color-sidebar-background: hsl(212 52% 15%);--color-sidebar-foreground: hsl(210 20% 95%);--color-sidebar-primary: hsl(174 78% 26%);--color-sidebar-primary-foreground: hsl(0 0% 100%);--color-sidebar-accent: hsl(138 65% 25%);--color-sidebar-accent-foreground: hsl(210 20% 95%);--color-sidebar-border: hsl(212 52% 30%);--color-sidebar-ring: hsl(174 78% 26%)}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;scroll-behavior:smooth}html{scroll-behavior:smooth}}
