@import"https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,600;12..96,700;12..96,800&family=DM+Sans:wght@400;500;600;700&display=swap";:root{--yellow: #F5A623;--yellow-dark: #D4891A;--yellow-light: #FFF8EC;--yellow-bright: #FFCA28;--black: #191919;--gray: #6B6B6B;--light-gray: #F3F3F3;--white: #FFFFFF;--red: #E53935;--green: #2E7D32;--border: #E8E8E8;--shadow: 0 2px 10px rgba(0,0,0,.07);--shadow-lg: 0 6px 28px rgba(0,0,0,.13);--radius: 8px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background:#efefef;color:var(--black);overflow-x:hidden}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:inherit}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:#f0f0f0}::-webkit-scrollbar-thumb{background:#ddd;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--yellow)}::selection{background:var(--yellow);color:var(--black)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
