@import"tailwindcss";@theme inline{ --color-background: hsl(0 0% 100%); --color-foreground: hsl(240 10% 8%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(240 10% 8%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(240 10% 8%); --color-primary: hsl(240 5% 15%); --color-primary-foreground: hsl(0 0% 98%); --color-secondary: hsl(45 30% 96%); --color-secondary-foreground: hsl(240 5% 15%); --color-muted: hsl(45 20% 94%); --color-muted-foreground: hsl(240 5% 40%); --color-accent: hsl(45 60% 50%); --color-accent-foreground: hsl(240 5% 15%); --color-gold: hsl(45 80% 55%); --color-rose-gold: hsl(350 50% 65%); --color-beige: hsl(45 30% 90%); --color-ivory: hsl(60 20% 96%); --color-charcoal: hsl(240 5% 15%); --color-destructive: hsl(0 84.2% 60.2%); --color-destructive-foreground: hsl(0 0% 98%); --color-border: hsl(45 15% 92%); --color-input: hsl(45 15% 92%); --color-ring: hsl(240 5% 15%); --color-sidebar-background: hsl(0 0% 98%); --color-sidebar-foreground: hsl(240 5% 15%); --color-sidebar-primary: hsl(240 5% 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% 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: "Poppins", "Inter", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; --font-serif: "Playfair Display", ui-serif, Georgia, serif; }@media (prefers-color-scheme: dark){:root{--color-background: hsl(240 8% 8%);--color-foreground: hsl(0 0% 98%);--color-card: hsl(240 8% 10%);--color-card-foreground: hsl(0 0% 98%);--color-popover: hsl(240 8% 10%);--color-popover-foreground: hsl(0 0% 98%);--color-primary: hsl(0 0% 98%);--color-primary-foreground: hsl(240 5% 15%);--color-secondary: hsl(240 5% 20%);--color-secondary-foreground: hsl(0 0% 98%);--color-muted: hsl(240 5% 20%);--color-muted-foreground: hsl(0 0% 70%);--color-accent: hsl(240 5% 20%);--color-accent-foreground: hsl(0 0% 98%);--color-gold: hsl(45 70% 60%);--color-rose-gold: hsl(350 50% 70%);--color-beige: hsl(45 20% 85%);--color-ivory: hsl(60 15% 90%);--color-charcoal: hsl(240 5% 12%);--color-destructive: hsl(0 62.8% 40%);--color-destructive-foreground: hsl(0 0% 98%);--color-border: hsl(240 5% 20%);--color-input: hsl(240 5% 20%);--color-ring: hsl(45 70% 60%);--color-sidebar-background: hsl(240 5% 12%);--color-sidebar-foreground: hsl(240 4.8% 95.9%);--color-sidebar-primary: hsl(45 70% 60%);--color-sidebar-primary-foreground: hsl(0 0% 100%);--color-sidebar-accent: hsl(240 3.7% 20%);--color-sidebar-accent-foreground: hsl(240 4.8% 95.9%);--color-sidebar-border: hsl(240 3.7% 20%);--color-sidebar-ring: hsl(45 70% 60%)}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;}}
