@import"tailwindcss";@theme inline{ --color-background: hsl(0 0% 100%); --color-foreground: hsl(222 47% 11%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(222 47% 11%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(222 47% 11%); --color-primary: hsl(221 83% 53%); --color-primary-foreground: hsl(0 0% 100%); --color-secondary: hsl(210 40% 96%); --color-secondary-foreground: hsl(222 47% 11%); --color-muted: hsl(210 40% 96%); --color-muted-foreground: hsl(215 16% 47%); --color-accent: hsl(210 40% 96%); --color-accent-foreground: hsl(222 47% 11%); --color-destructive: hsl(0 84% 60%); --color-destructive-foreground: hsl(0 0% 100%); --color-border: hsl(214 32% 91%); --color-input: hsl(214 32% 91%); --color-ring: hsl(221 83% 53%); --color-navy: hsl(224 62% 15%); --color-navy-light: hsl(224 47% 21%); --color-sky-blue: 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}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;}}html{scroll-behavior:smooth}
