@theme inline{ --font-heading: "Cormorant Garamond", Georgia, serif; --font-sans: "Jost", system-ui, -apple-system, sans-serif; --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card); --color-card-foreground: var(--card-foreground); --color-popover: var(--popover); --color-popover-foreground: var(--popover-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-border: var(--border); --color-input: var(--input); --color-ring: var(--ring); --color-destructive: var(--destructive); --radius-sm: calc(var(--radius) * .6); --radius-md: calc(var(--radius) * .8); --radius-lg: var(--radius); }:root{color-scheme:dark;--background: #0f1115;--foreground: #f8fafc;--card: #181b21;--card-foreground: #f8fafc;--popover: #181b21;--popover-foreground: #f8fafc;--primary: #f1f5f9;--primary-foreground: #0f1115;--secondary: #242832;--secondary-foreground: #f8fafc;--muted: #1e222b;--muted-foreground: #94a3b8;--accent: #c2905f;--accent-foreground: #ffffff;--destructive: #ef4444;--border: rgba(255, 255, 255, .12);--input: rgba(255, 255, 255, .15);--ring: #c2905f;--radius: .75rem}@layer base{body{background-color:var(--background);color:var(--foreground);font-family:var(--font-sans)}h1,h2,h3,h4,.font-heading{font-family:var(--font-heading)}}*{border-color:var(--border)}.lucide{width:1.5rem;height:1.5rem;display:inline-block;vertical-align:middle}.essence-btn,.btn.essence-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background-color:var(--accent);color:#fff!important;font-weight:600;text-transform:uppercase;letter-spacing:.1em;padding:.75rem 1.75rem;border-radius:9999px;border:1px solid rgba(194,144,95,.4);transition:all .3s ease;box-shadow:0 4px 14px #c2905f40;cursor:pointer}.essence-btn:hover,.btn.essence-btn:hover{background-color:#d4a373;color:#fff!important;transform:translateY(-2px);box-shadow:0 6px 20px #c2905f66}
