@import"tailwindcss";@theme inline{ --color-navy: #12355B; --color-royal-blue: #2563EB; --color-cyan: #06B6D4; --color-brand-purple: #8B5CF6; --color-background: hsl(0 0% 100%); --color-foreground: hsl(210 40% 10%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(210 40% 10%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(210 40% 10%); --color-primary: #12355B; --color-primary-foreground: hsl(0 0% 100%); --color-secondary: #2563EB; --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: #06B6D4; --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: #2563EB; --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, "Apple Color Emoji", "Segoe UI Emoji"; --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) + 4px); }:root{--radius: .625rem}@media (prefers-color-scheme: dark){:root{--color-background: #0A1929;--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: #06B6D4;--color-primary-foreground: hsl(210 40% 10%);--color-secondary: #2563EB;--color-secondary-foreground: hsl(0 0% 100%);--color-muted: hsl(217.2 32.6% 17.5%);--color-muted-foreground: hsl(215 20.2% 65.1%);--color-accent: #8B5CF6;--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: #06B6D4}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground font-sans;}h1,h2,h3,h4,h5,h6{@apply font-heading;}html{scroll-behavior:smooth}:focus-visible{@apply outline-2 outline-offset-2 outline-ring;}::selection{@apply bg-secondary text-white;}}
