@import"tailwindcss";@theme inline{ --color-background: hsl(0 0% 100%); --color-foreground: hsl(221 47% 15%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(221 47% 15%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(221 47% 15%); --color-primary: hsl(217 91% 27%); --color-primary-foreground: hsl(210 40% 98%); --color-secondary: hsl(217 91% 95%); --color-secondary-foreground: hsl(217 91% 27%); --color-muted: hsl(210 40% 96%); --color-muted-foreground: hsl(215 20% 45%); --color-accent: hsl(186 100% 44%); --color-accent-foreground: hsl(217 91% 27%); --color-destructive: hsl(0 84% 60%); --color-destructive-foreground: hsl(210 40% 98%); --color-border: hsl(214 32% 91%); --color-input: hsl(214 32% 91%); --color-ring: hsl(217 91% 27%); --color-sidebar-background: hsl(0 0% 98%); --color-sidebar-foreground: hsl(240 5% 26%); --color-sidebar-primary: hsl(217 91% 27%); --color-sidebar-primary-foreground: hsl(0 0% 98%); --color-sidebar-accent: hsl(240 5% 96%); --color-sidebar-accent-foreground: hsl(240 6% 10%); --color-sidebar-border: hsl(220 13% 91%); --color-sidebar-ring: hsl(217 91% 60%); --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(221 47% 8%);--color-foreground: hsl(210 40% 98%);--color-card: hsl(221 47% 12%);--color-card-foreground: hsl(210 40% 98%);--color-popover: hsl(221 47% 12%);--color-popover-foreground: hsl(210 40% 98%);--color-primary: hsl(210 40% 98%);--color-primary-foreground: hsl(217 91% 27%);--color-secondary: hsl(217 33% 18%);--color-secondary-foreground: hsl(210 40% 98%);--color-muted: hsl(217 33% 18%);--color-muted-foreground: hsl(215 20% 65%);--color-accent: hsl(186 100% 44%);--color-accent-foreground: hsl(217 91% 27%);--color-destructive: hsl(0 63% 31%);--color-destructive-foreground: hsl(210 40% 98%);--color-border: hsl(217 33% 18%);--color-input: hsl(217 33% 18%);--color-ring: hsl(213 27% 84%);--color-sidebar-background: hsl(240 6% 10%);--color-sidebar-foreground: hsl(240 5% 96%);--color-sidebar-primary: hsl(224 76% 48%);--color-sidebar-primary-foreground: hsl(0 0% 100%);--color-sidebar-accent: hsl(240 4% 16%);--color-sidebar-accent-foreground: hsl(240 5% 96%);--color-sidebar-border: hsl(240 4% 16%);--color-sidebar-ring: hsl(217 91% 60%)}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;}}
