@import"tailwindcss";@theme inline{ --color-navy: #12355B; --color-royal-blue: #2563EB; --color-cyan: #06B6D4; --color-purple: #8B5CF6; --color-background: hsl(210 100% 97%); --color-foreground: hsl(215 25% 15%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(215 25% 15%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(215 25% 15%); --color-primary: hsl(217 91% 60%); --color-primary-foreground: hsl(210 40% 98%); --color-secondary: hsl(215 25% 97%); --color-secondary-foreground: hsl(215 25% 15%); --color-muted: hsl(215 20% 96%); --color-muted-foreground: hsl(215 15% 45%); --color-accent: hsl(187 72% 47%); --color-accent-foreground: hsl(215 25% 15%); --color-destructive: hsl(0 84.2% 60.2%); --color-destructive-foreground: hsl(210 40% 98%); --color-border: hsl(215 20% 90%); --color-input: hsl(215 20% 90%); --color-ring: hsl(217 91% 60%); --color-sidebar-background: hsl(215 25% 98%); --color-sidebar-foreground: hsl(215 25% 15%); --color-sidebar-primary: hsl(215 35% 15%); --color-sidebar-primary-foreground: hsl(0 0% 98%); --color-sidebar-accent: hsl(215 20% 96%); --color-sidebar-accent-foreground: hsl(215 35% 15%); --color-sidebar-border: hsl(215 20% 90%); --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"; --font-heading: "Poppins", ui-sans-serif, system-ui, sans-serif; }:root{--radius: .6rem}@media (prefers-color-scheme: dark){:root{--color-background: hsl(215 35% 10%);--color-foreground: hsl(210 40% 98%);--color-card: hsl(215 35% 12%);--color-card-foreground: hsl(210 40% 98%);--color-popover: hsl(215 35% 12%);--color-popover-foreground: hsl(210 40% 98%);--color-primary: hsl(217 91% 65%);--color-primary-foreground: hsl(210 40% 98%);--color-secondary: hsl(215 30% 18%);--color-secondary-foreground: hsl(210 40% 98%);--color-muted: hsl(215 30% 18%);--color-muted-foreground: hsl(215 15% 70%);--color-accent: hsl(187 72% 52%);--color-accent-foreground: hsl(215 25% 15%);--color-destructive: hsl(0 62.8% 30.6%);--color-destructive-foreground: hsl(210 40% 98%);--color-border: hsl(215 30% 20%);--color-input: hsl(215 30% 20%);--color-ring: hsl(217 91% 65%);--color-sidebar-background: hsl(215 35% 12%);--color-sidebar-foreground: hsl(215 15% 75%);--color-sidebar-primary: hsl(217 91% 65%);--color-sidebar-primary-foreground: hsl(0 0% 100%);--color-sidebar-accent: hsl(215 30% 18%);--color-sidebar-accent-foreground: hsl(215 15% 75%);--color-sidebar-border: hsl(215 30% 20%);--color-sidebar-ring: hsl(217 91% 65%)}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;font-family:var(--font-sans)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}}
