@import"tailwindcss";@theme inline{ --color-background: hsl(0 0% 100%); --color-foreground: hsl(20 10% 15%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(20 10% 15%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(20 10% 15%); --color-primary: hsl(45 35% 45%); --color-primary-foreground: hsl(0 0% 100%); --color-secondary: hsl(30 20% 95%); --color-secondary-foreground: hsl(20 10% 15%); --color-muted: hsl(30 20% 96%); --color-muted-foreground: hsl(20 15% 40%); --color-accent: hsl(35 25% 90%); --color-accent-foreground: hsl(20 10% 15%); --color-destructive: hsl(0 70% 55%); --color-destructive-foreground: hsl(0 0% 98%); --color-border: hsl(30 15% 88%); --color-input: hsl(30 15% 88%); --color-ring: hsl(45 35% 45%); --color-sidebar-background: hsl(35 20% 97%); --color-sidebar-foreground: hsl(20 10% 20%); --color-sidebar-primary: hsl(45 35% 45%); --color-sidebar-primary-foreground: hsl(0 0% 100%); --color-sidebar-accent: hsl(35 25% 94%); --color-sidebar-accent-foreground: hsl(20 10% 15%); --color-sidebar-border: hsl(30 15% 88%); --color-sidebar-ring: hsl(45 35% 45%); --color-champagne: hsl(45 35% 85%); --color-rose-gold: hsl(350 40% 75%); --color-warm-gray: hsl(30 10% 65%); --color-taupe: hsl(25 15% 55%); --color-black: hsl(0 0% 5%); --color-ivory: hsl(60 20% 98%); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --font-heading: "Playfair Display", Georgia, serif; --font-body: "Poppins", system-ui, sans-serif; --font-ui: "Inter", system-ui, sans-serif; --font-sans: "Poppins", system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; }:root{--radius: .375rem}@media (prefers-color-scheme: dark){:root{--color-background: hsl(20 15% 8%);--color-foreground: hsl(30 10% 95%);--color-card: hsl(25 12% 12%);--color-card-foreground: hsl(30 10% 95%);--color-popover: hsl(25 12% 12%);--color-popover-foreground: hsl(30 10% 95%);--color-primary: hsl(45 35% 65%);--color-primary-foreground: hsl(0 0% 100%);--color-secondary: hsl(25 15% 18%);--color-secondary-foreground: hsl(30 10% 95%);--color-muted: hsl(25 15% 15%);--color-muted-foreground: hsl(30 10% 70%);--color-accent: hsl(25 15% 20%);--color-accent-foreground: hsl(30 10% 95%);--color-destructive: hsl(0 65% 45%);--color-destructive-foreground: hsl(0 0% 98%);--color-border: hsl(25 15% 20%);--color-input: hsl(25 15% 20%);--color-ring: hsl(45 35% 65%);--color-sidebar-background: hsl(20 15% 10%);--color-sidebar-foreground: hsl(30 10% 90%);--color-sidebar-primary: hsl(45 35% 65%);--color-sidebar-primary-foreground: hsl(0 0% 100%);--color-sidebar-accent: hsl(25 15% 15%);--color-sidebar-accent-foreground: hsl(30 10% 90%);--color-sidebar-border: hsl(25 15% 18%);--color-sidebar-ring: hsl(45 35% 65%);--color-champagne: hsl(45 35% 70%);--color-rose-gold: hsl(350 40% 60%);--color-warm-gray: hsl(30 10% 50%);--color-taupe: hsl(25 15% 45%);--color-black: hsl(0 0% 95%);--color-ivory: hsl(60 20% 90%)}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;}}
