:root{--color-sq-yellow: #fcd34d;--color-sq-purple: #a855f7;--color-slate-900: #0f172a;--color-slate-100: #f1f5f9;--color-slate-950: #020617}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:system-ui,-apple-system,sans-serif;background-color:#fff;color:#0f172a;overflow-x:hidden;transition:background-color .3s,color .3s}html.dark body{background-color:#020617;color:#f1f5f9}::selection{background-color:var(--color-sq-yellow);color:var(--color-slate-900)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-sq-yellow);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#fbbf24}*{transition:background-color .3s ease,color .3s ease}button,a{cursor:pointer}@keyframes pulse-custom{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse-custom{animation:pulse-custom 2s cubic-bezier(.4,0,.6,1) infinite}
