@tailwind base;@tailwind components;@tailwind utilities;:root{--wine:#6b1a2b;--wine-dark:#4a0f1e;--gold:#c9a84c;--gold-light:#e8c97a;--gold-pale:#f5edd5;--cream:#faf7f2;--cream-dark:#f0eae0}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--cream);font-family:Jost,sans-serif;overflow-x:hidden}@keyframes scrollPulse{0%,to{opacity:.4;transform:scaleY(1)}50%{opacity:1;transform:scaleY(.7)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-fade-up{animation:.7s forwards fadeUp}.animate-pulse-slow{animation:1.5s ease-in-out infinite pulse}.scroll-line{animation:2s ease-in-out infinite scrollPulse}
