.venue-theme{--background:hsl(30 33% 97%);--foreground:hsl(20 20% 14%);--card:white;--card-foreground:hsl(20 20% 14%);--popover:white;--popover-foreground:hsl(20 20% 14%);--primary:hsl(16 27% 35%);--primary-foreground:hsl(30 33% 97%);--secondary:hsl(212 96% 24%);--secondary-foreground:hsl(210 60% 88%);--muted:hsl(30 20% 94%);--muted-foreground:hsl(20 10% 42%);--accent:hsl(20 35% 90%);--accent-foreground:hsl(16 27% 35%);--border:hsl(30 15% 87%);--input:hsl(30 15% 87%);--ring:hsl(16 27% 35%);--radius:0.5rem;background:var(--background);color:var(--foreground);font-family:var(--font-mulish),system-ui,sans-serif}.venue-theme .bg-surface-low{background-color:hsl(30 33% 97%)}.venue-theme .bg-surface{background-color:hsl(30 25% 95%)}.venue-theme .to-surface-low{--tw-gradient-to:hsl(30 33% 97%)}.venue-theme .font-heading,.venue-theme .font-label{font-family:inherit}.venue-theme .animate-fade-in{animation:venue-fade-in .4s ease-out}@keyframes venue-fade-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.venue-theme .animate-fade-in{animation:none}}