@import"tailwindcss";@theme inline{ --color-background: hsl(0 0% 100%); --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(215 45% 20%); --color-primary-foreground: hsl(0 0% 100%); --color-secondary: hsl(215 80% 55%); --color-secondary-foreground: hsl(0 0% 100%); --color-muted: hsl(215 20% 96%); --color-muted-foreground: hsl(215 15% 45%); --color-accent: hsl(45 85% 55%); --color-accent-foreground: hsl(215 25% 15%); --color-destructive: hsl(0 84.2% 60.2%); --color-destructive-foreground: hsl(210 40% 98%); --color-border: hsl(215 20% 90%); --color-input: hsl(215 20% 90%); --color-ring: hsl(215 80% 55%); --color-sidebar-background: hsl(215 25% 98%); --color-sidebar-foreground: hsl(215 25% 15%); --color-sidebar-primary: hsl(215 45% 20%); --color-sidebar-primary-foreground: hsl(0 0% 100%); --color-sidebar-accent: hsl(215 20% 96%); --color-sidebar-accent-foreground: hsl(215 25% 15%); --color-sidebar-border: hsl(215 20% 90%); --color-sidebar-ring: hsl(215 80% 55%); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --font-sans: "Inter", "Poppins", "Manrope", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; --color-gold: hsl(45 85% 55%); --color-gold-dark: hsl(45 75% 45%); --color-navy: hsl(215 45% 20%); --color-navy-light: hsl(215 55% 30%); --color-royal-blue: hsl(215 80% 55%); --color-royal-blue-dark: hsl(215 75% 45%); }:root{--radius: .625rem;--font-heading: "Poppins", "Manrope", sans-serif;--font-body: "Inter", sans-serif}@media (prefers-color-scheme: dark){:root{--color-background: hsl(215 25% 8%);--color-foreground: hsl(215 15% 95%);--color-card: hsl(215 25% 12%);--color-card-foreground: hsl(215 15% 95%);--color-popover: hsl(215 25% 12%);--color-popover-foreground: hsl(215 15% 95%);--color-primary: hsl(215 15% 95%);--color-primary-foreground: hsl(215 45% 20%);--color-secondary: hsl(215 80% 55%);--color-secondary-foreground: hsl(0 0% 100%);--color-muted: hsl(215 25% 20%);--color-muted-foreground: hsl(215 15% 65%);--color-accent: hsl(45 85% 55%);--color-accent-foreground: hsl(215 25% 15%);--color-destructive: hsl(0 62.8% 40%);--color-destructive-foreground: hsl(210 40% 98%);--color-border: hsl(215 25% 25%);--color-input: hsl(215 25% 25%);--color-ring: hsl(215 80% 55%);--color-sidebar-background: hsl(215 25% 10%);--color-sidebar-foreground: hsl(215 15% 95%);--color-sidebar-primary: hsl(215 80% 55%);--color-sidebar-primary-foreground: hsl(0 0% 100%);--color-sidebar-accent: hsl(215 25% 15%);--color-sidebar-accent-foreground: hsl(215 15% 95%);--color-sidebar-border: hsl(215 25% 15%);--color-sidebar-ring: hsl(215 80% 55%)}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;}}
