@import"tailwindcss";@theme inline{ --font-serif: "EB Garamond", "Libre Baskerville", Georgia, serif; --font-body: "Libre Baskerville", Georgia, serif; --font-sans: "Libre Baskerville", Georgia, serif; --color-background: hsl(37 35% 95%); --color-foreground: hsl(20 12% 16%); --color-card: hsl(37 30% 92%); --color-card-foreground: hsl(20 12% 16%); --color-popover: hsl(37 30% 92%); --color-popover-foreground: hsl(20 12% 16%); --color-primary: hsl(348 45% 28%); --color-primary-foreground: hsl(37 35% 95%); --color-secondary: hsl(37 25% 86%); --color-secondary-foreground: hsl(20 12% 16%); --color-muted: hsl(37 20% 90%); --color-muted-foreground: hsl(20 8% 45%); --color-accent: hsl(40 55% 50%); --color-accent-foreground: hsl(20 12% 16%); --color-destructive: hsl(0 65% 50%); --color-destructive-foreground: hsl(37 35% 95%); --color-border: hsl(30 18% 82%); --color-input: hsl(30 18% 82%); --color-ring: hsl(348 45% 28%); --color-gold: hsl(40 65% 55%); --color-gold-light: hsl(40 50% 78%); --color-burgundy: hsl(348 45% 28%); --color-burgundy-light: hsl(348 30% 40%); --color-ivory: hsl(37 35% 95%); --color-stone: hsl(30 15% 75%); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); }:root{--radius: .375rem}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;}}.cross-divider:after{content:"\2726";display:block;text-align:center;font-size:1rem;color:#d7a542;letter-spacing:.5em}
