@import"tailwindcss";@theme inline{ --color-deep-navy: #0B1F3A; --color-royal-blue: #2563EB; --color-emerald: #10B981; --color-light-gray: #F8FAFC; --color-charcoal: #334155; --color-background: hsl(0 0% 100%); --color-foreground: var(--color-deep-navy); --color-card: hsl(0 0% 100%); --color-card-foreground: var(--color-deep-navy); --color-popover: hsl(0 0% 100%); --color-popover-foreground: var(--color-deep-navy); --color-primary: var(--color-deep-navy); --color-primary-foreground: hsl(210 40% 98%); --color-secondary: var(--color-royal-blue); --color-secondary-foreground: hsl(210 40% 98%); --color-muted: var(--color-light-gray); --color-muted-foreground: var(--color-charcoal); --color-accent: var(--color-emerald); --color-accent-foreground: hsl(210 40% 98%); --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: var(--color-royal-blue); --color-sidebar-background: hsl(0 0% 98%); --color-sidebar-foreground: var(--color-charcoal); --color-sidebar-primary: var(--color-deep-navy); --color-sidebar-primary-foreground: hsl(0 0% 98%); --color-sidebar-accent: hsl(240 4.8% 95.9%); --color-sidebar-accent-foreground: var(--color-deep-navy); --color-sidebar-border: hsl(220 13% 91%); --color-sidebar-ring: var(--color-royal-blue); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --font-heading: "Manrope", ui-sans-serif, system-ui, sans-serif; --font-body: "Inter", ui-sans-serif, system-ui, sans-serif; --font-ui: "Poppins", ui-sans-serif, system-ui, sans-serif; }:root{--radius: .5rem;--deep-navy: #0B1F3A;--royal-blue: #2563EB;--emerald: #10B981;--light-gray: #F8FAFC;--charcoal: #334155}@media (prefers-color-scheme: dark){:root{--color-background: var(--color-deep-navy);--color-foreground: hsl(210 40% 98%);--color-card: hsl(217.2 32.6% 17.5%);--color-card-foreground: hsl(210 40% 98%);--color-popover: hsl(217.2 32.6% 17.5%);--color-popover-foreground: hsl(210 40% 98%);--color-primary: hsl(210 40% 98%);--color-primary-foreground: var(--color-deep-navy);--color-secondary: var(--color-royal-blue);--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: var(--color-emerald);--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: var(--color-royal-blue);--color-sidebar-background: hsl(217.2 32.6% 17.5%);--color-sidebar-foreground: hsl(240 4.8% 95.9%);--color-sidebar-primary: var(--color-royal-blue);--color-sidebar-primary-foreground: hsl(0 0% 100%);--color-sidebar-accent: hsl(240 3.7% 15.9%);--color-sidebar-accent-foreground: hsl(240 4.8% 95.9%);--color-sidebar-border: hsl(240 3.7% 15.9%);--color-sidebar-ring: var(--color-royal-blue)}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;}}
