@import"tailwindcss";@theme inline{ --color-background: hsl(0 0% 100%); --color-foreground: hsl(210 28% 18%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(210 28% 18%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(210 28% 18%); --color-primary: hsl(174 34% 26%); --color-primary-foreground: hsl(0 0% 100%); --color-secondary: hsl(217 47% 22%); --color-secondary-foreground: hsl(0 0% 100%); --color-muted: hsl(210 40% 96.1%); --color-muted-foreground: hsl(215.4 16.3% 46.9%); --color-accent: hsl(174 34% 26%); --color-accent-foreground: hsl(0 0% 100%); --color-destructive: hsl(0 84.2% 60.2%); --color-destructive-foreground: hsl(210 40% 98%); --color-border: hsl(214.3 31.8% 91.4%); --color-input: hsl(214.3 31.8% 91.4%); --color-ring: hsl(174 34% 26%); --color-sidebar-background: hsl(0 0% 98%); --color-sidebar-foreground: hsl(210 28% 18%); --color-sidebar-primary: hsl(174 34% 26%); --color-sidebar-primary-foreground: hsl(0 0% 100%); --color-sidebar-accent: hsl(174 34% 26%); --color-sidebar-accent-foreground: hsl(0 0% 100%); --color-sidebar-border: hsl(174 34% 26%); --color-sidebar-ring: hsl(174 34% 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(210 28% 18%);--color-foreground: hsl(210 40% 98%);--color-card: hsl(210 28% 18%);--color-card-foreground: hsl(210 40% 98%);--color-popover: hsl(210 28% 18%);--color-popover-foreground: hsl(210 40% 98%);--color-primary: hsl(174 34% 36%);--color-primary-foreground: hsl(0 0% 100%);--color-secondary: hsl(217 47% 32%);--color-secondary-foreground: hsl(210 40% 98%);--color-muted: hsl(217.2 32.6% 17.5%);--color-muted-foreground: hsl(215 20.2% 65.1%);--color-accent: hsl(174 34% 36%);--color-accent-foreground: hsl(210 40% 98%);--color-destructive: hsl(0 62.8% 30.6%);--color-destructive-foreground: hsl(210 40% 98%);--color-border: hsl(217.2 32.6% 17.5%);--color-input: hsl(217.2 32.6% 17.5%);--color-ring: hsl(174 34% 36%)}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;}}
