@import"tailwindcss";@theme inline{ --color-background: hsl(0 0% 100%); --color-foreground: hsl(220 30% 10%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(220 30% 10%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(220 30% 10%); --color-primary: hsl(210 80% 20%); --color-primary-foreground: hsl(0 0% 100%); --color-secondary: hsl(210 20% 95%); --color-secondary-foreground: hsl(210 80% 20%); --color-muted: hsl(210 20% 96%); --color-muted-foreground: hsl(215 16% 47%); --color-accent: hsl(174 62% 38%); --color-accent-foreground: hsl(0 0% 100%); --color-destructive: hsl(0 84% 60%); --color-destructive-foreground: hsl(0 0% 100%); --color-border: hsl(214 20% 90%); --color-input: hsl(214 20% 90%); --color-ring: hsl(174 62% 38%); --color-sidebar-background: hsl(210 80% 12%); --color-sidebar-foreground: hsl(210 20% 90%); --color-sidebar-primary: hsl(174 62% 38%); --color-sidebar-primary-foreground: hsl(0 0% 100%); --color-sidebar-accent: hsl(210 60% 18%); --color-sidebar-accent-foreground: hsl(210 20% 90%); --color-sidebar-border: hsl(210 40% 20%); --color-sidebar-ring: hsl(174 62% 38%); --color-navy: hsl(210 80% 12%); --color-navy-light: hsl(210 60% 18%); --color-teal: hsl(174 62% 38%); --color-teal-light: hsl(174 50% 92%); --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-heading: "Outfit", ui-sans-serif, system-ui, sans-serif; }:root{--radius: .5rem}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground antialiased;}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}}
