@import"tailwindcss";@theme inline{ --color-background: hsl(210 25% 98%); --color-foreground: hsl(215 25% 15%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(215 25% 15%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(215 25% 15%); --color-primary: hsl(213 56% 24%); --color-primary-foreground: hsl(0 0% 100%); --color-secondary: hsl(210 20% 95%); --color-secondary-foreground: hsl(213 56% 24%); --color-muted: hsl(210 20% 95%); --color-muted-foreground: hsl(215 14% 46%); --color-accent: hsl(38 80% 55%); --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 20% 90%); --color-input: hsl(214 20% 90%); --color-ring: hsl(213 56% 24%); --color-navy: hsl(213 56% 24%); --color-navy-light: hsl(213 45% 32%); --color-navy-dark: hsl(213 65% 16%); --color-blue-50: hsl(210 40% 96%); --color-blue-100: hsl(210 35% 92%); --color-blue-500: hsl(213 60% 45%); --color-blue-600: hsl(213 56% 35%); --color-gold: hsl(38 80% 55%); --color-gold-dark: hsl(38 80% 45%); --color-slate-50: hsl(210 25% 98%); --color-slate-100: hsl(210 20% 95%); --color-slate-200: hsl(214 20% 90%); --color-slate-400: hsl(215 14% 58%); --color-slate-500: hsl(215 14% 46%); --color-slate-600: hsl(215 18% 36%); --color-slate-700: hsl(215 22% 26%); --color-slate-800: hsl(215 25% 18%); --color-slate-900: hsl(215 25% 12%); --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: "Sora", ui-sans-serif, system-ui, sans-serif; }:root{--radius: .5rem}@keyframes fade-in-up{0%{opacity:0;transform:translateY(24px)}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;}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}}html{scroll-behavior:smooth}
