:root{--atelier-cream: #FDFBF7;--atelier-nude: #F5E6DA;--atelier-sand: #E5D3C5;--atelier-taupe: #8C7B6E;--atelier-sage: #D1D9D0;--atelier-clay: #B08D79;--atelier-charcoal: #2D241E}body{background-color:var(--atelier-cream);color:var(--atelier-charcoal);font-family:Inter,sans-serif}.custom-scrollbar::-webkit-scrollbar{width:4px}.custom-scrollbar::-webkit-scrollbar-track{background:var(--atelier-cream)}.custom-scrollbar::-webkit-scrollbar-thumb{background:var(--atelier-sand);border-radius:10px}@keyframes swing{0%,to{transform:rotate(0)}25%{transform:rotate(15deg)}75%{transform:rotate(-15deg)}}.animate-swing{animation:swing .5s ease-in-out;transform-origin:top center}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-shimmer{animation:shimmer 2.5s infinite linear}@keyframes scan{0%{top:0}to{top:100%}}.animate-scan{animation:scan 2s infinite linear;position:absolute;left:0;right:0}
