@import"tailwindcss";@theme inline{ --color-background: hsl(45 100% 98%); --color-foreground: hsl(0 0% 10%); --color-card: hsl(45 100% 99%); --color-card-foreground: hsl(0 0% 10%); --color-popover: hsl(45 100% 99%); --color-popover-foreground: hsl(0 0% 10%); --color-primary: hsl(0 0% 10%); --color-primary-foreground: hsl(45 100% 98%); --color-secondary: hsl(38 50% 95%); --color-secondary-foreground: hsl(0 0% 10%); --color-muted: hsl(38 50% 95%); --color-muted-foreground: hsl(0 0% 40%); --color-accent: hsl(45 100% 40%); --color-accent-foreground: hsl(0 0% 10%); --color-destructive: hsl(0 84.2% 60.2%); --color-destructive-foreground: hsl(210 40% 98%); --color-border: hsl(38 30% 85%); --color-input: hsl(38 30% 85%); --color-ring: hsl(45 100% 40%); --color-sidebar-background: hsl(45 100% 98%); --color-sidebar-foreground: hsl(0 0% 10%); --color-sidebar-primary: hsl(0 0% 10%); --color-sidebar-primary-foreground: hsl(45 100% 98%); --color-sidebar-accent: hsl(38 50% 95%); --color-sidebar-accent-foreground: hsl(0 0% 10%); --color-sidebar-border: hsl(38 30% 85%); --color-sidebar-ring: hsl(45 100% 40%); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --font-sans: "Poppins", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; --font-serif: "Playfair Display", Georgia, serif; }:root{--radius: .5rem}@media (prefers-color-scheme: dark){:root{--color-background: hsl(0 0% 5%);--color-foreground: hsl(45 100% 95%);--color-card: hsl(0 0% 8%);--color-card-foreground: hsl(45 100% 95%);--color-popover: hsl(0 0% 8%);--color-popover-foreground: hsl(45 100% 95%);--color-primary: hsl(45 100% 95%);--color-primary-foreground: hsl(0 0% 10%);--color-secondary: hsl(0 0% 15%);--color-secondary-foreground: hsl(45 100% 95%);--color-muted: hsl(0 0% 15%);--color-muted-foreground: hsl(45 100% 70%);--color-accent: hsl(45 100% 50%);--color-accent-foreground: hsl(0 0% 10%);--color-destructive: hsl(0 62.8% 30.6%);--color-destructive-foreground: hsl(210 40% 98%);--color-border: hsl(0 0% 20%);--color-input: hsl(0 0% 20%);--color-ring: hsl(45 100% 50%);--color-sidebar-background: hsl(0 0% 8%);--color-sidebar-foreground: hsl(45 100% 95%);--color-sidebar-primary: hsl(45 100% 95%);--color-sidebar-primary-foreground: hsl(0 0% 10%);--color-sidebar-accent: hsl(0 0% 15%);--color-sidebar-accent-foreground: hsl(45 100% 95%);--color-sidebar-border: hsl(0 0% 20%);--color-sidebar-ring: hsl(45 100% 50%)}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;}}
