@import"tailwindcss";@theme inline{ --color-background: hsl(0 0% 100%); --color-foreground: hsl(220 25% 10%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(220 25% 10%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(220 25% 10%); --color-primary: hsl(215 50% 16%); --color-primary-foreground: hsl(0 0% 100%); --color-secondary: hsl(220 20% 96%); --color-secondary-foreground: hsl(215 50% 16%); --color-muted: hsl(220 20% 96%); --color-muted-foreground: hsl(220 10% 46%); --color-accent: hsl(220 20% 96%); --color-accent-foreground: hsl(215 50% 16%); --color-destructive: hsl(0 84.2% 60.2%); --color-destructive-foreground: hsl(0 0% 100%); --color-border: hsl(220 15% 90%); --color-input: hsl(220 15% 90%); --color-ring: hsl(215 50% 16%); --color-navy: hsl(215 50% 16%); --color-navy-light: hsl(215 40% 24%); --color-navy-dark: hsl(215 55% 10%); --color-amber: hsl(38 92% 50%); --color-amber-light: hsl(38 92% 60%); --color-warm-gray: hsl(220 10% 97%); --color-slate-text: hsl(220 10% 40%); --color-sidebar-background: hsl(0 0% 98%); --color-sidebar-foreground: hsl(240 5.3% 26.1%); --color-sidebar-primary: hsl(240 5.9% 10%); --color-sidebar-primary-foreground: hsl(0 0% 98%); --color-sidebar-accent: hsl(240 4.8% 95.9%); --color-sidebar-accent-foreground: hsl(240 5.9% 10%); --color-sidebar-border: hsl(220 13% 91%); --color-sidebar-ring: hsl(217.2 91.2% 59.8%); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --font-sans: "DM Sans", ui-sans-serif, system-ui, sans-serif; --font-serif: "Instrument Serif", serif; }:root{--radius: .5rem}@keyframes fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground antialiased;}}
