@custom-variant dark (&:is(.dark *));@theme inline{--color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card); --color-card-foreground: var(--card-foreground); --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-border: var(--border); --color-destructive: var(--destructive); --radius-lg: var(--radius); --font-sans: var(--font-sans);}:root{--background:#f7f2ec;--foreground:#1a140f;--card:#fff;--card-foreground:#1a140f;--primary:#e0411f;--primary-foreground:#fff;--secondary:#f1e9df;--muted:#f1e9df;--muted-foreground:#5c5046;--border:#e6dbcd;--destructive:#c2381c;--radius:.875rem;--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}.dark{--background:#17130e;--foreground:#f4ece2;--card:#211b15;--card-foreground:#f4ece2;--primary:#f1572f;--primary-foreground:#fff;--secondary:#2a241d;--muted:#2a241d;--muted-foreground:#b7ac9e;--border:#332c24;--destructive:#f1683f}@layer base{@apply border-border;@apply bg-background text-foreground;@apply font-sans;}
