:root{--accent:#2563eb;--accent-rgb:37, 99, 235;--accent-hover:#1d4ed8;--accent-light:#2563eb14;--sidebar-width:260px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body{max-width:100vw;overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;background-color:#fff;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Syne,DM Sans,sans-serif;font-weight:700}a{color:inherit;text-decoration:none}main{transition:margin-left .32s cubic-bezier(.4,0,.2,1)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:var(--accent);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--accent-hover)}::selection{background-color:var(--accent);color:#fff}::selection{background-color:var(--accent);color:#fff}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
