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