@import"tailwindcss";@theme inline{ --color-background: hsl(220 40% 98%); --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(222 47% 11%); --color-primary-foreground: hsl(0 0% 100%); --color-secondary: hsl(220 13% 88%); --color-secondary-foreground: hsl(222 47% 11%); --color-muted: hsl(220 10% 95%); --color-muted-foreground: hsl(220 8% 46%); --color-accent: hsl(45 93% 58%); --color-accent-foreground: hsl(222 47% 11%); --color-destructive: hsl(0 84% 60%); --color-destructive-foreground: hsl(0 0% 100%); --color-border: hsl(220 20% 85%); --color-input: hsl(220 20% 90%); --color-ring: hsl(222 47% 11%); --color-navy: hsl(222 47% 11%); --color-navy-light: hsl(222 40% 25%); --color-gold: hsl(45 93% 58%); --color-gold-dark: hsl(45 90% 45%); --color-platinum: hsl(220 13% 88%); --color-graphite: hsl(220 8% 30%); --color-graphite-light: hsl(220 8% 46%); --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: "Inter", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; --font-serif: "Playfair Display", ui-serif, Georgia, serif; }:root{--radius: .5rem}@media (prefers-color-scheme: dark){:root{--color-background: hsl(222 47% 8%);--color-foreground: hsl(220 10% 95%);--color-card: hsl(222 40% 12%);--color-card-foreground: hsl(220 10% 95%);--color-popover: hsl(222 40% 12%);--color-popover-foreground: hsl(220 10% 95%);--color-primary: hsl(45 93% 58%);--color-primary-foreground: hsl(222 47% 11%);--color-secondary: hsl(220 20% 20%);--color-secondary-foreground: hsl(220 10% 95%);--color-muted: hsl(220 15% 18%);--color-muted-foreground: hsl(220 8% 70%);--color-accent: hsl(45 93% 58%);--color-accent-foreground: hsl(222 47% 11%);--color-destructive: hsl(0 62% 50%);--color-destructive-foreground: hsl(0 0% 100%);--color-border: hsl(220 20% 25%);--color-input: hsl(220 20% 25%);--color-ring: hsl(45 93% 58%);--color-sidebar-background: hsl(222 47% 8%);--color-sidebar-foreground: hsl(240 4.8% 95.9%);--color-sidebar-primary: hsl(45 93% 58%);--color-sidebar-primary-foreground: hsl(0 0% 100%);--color-sidebar-accent: hsl(240 3.7% 15.9%);--color-sidebar-accent-foreground: hsl(240 4.8% 95.9%);--color-sidebar-border: hsl(240 3.7% 15.9%);--color-sidebar-ring: hsl(217.2 91.2% 59.8%)}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;}}
