@layer base{:root{--base-blue:rgb(0,82,255);--base-blue-ink:rgb(0,56,175);--base-white:rgb(255,255,255);--gray-100:rgb(10,11,13);--gray-70:rgb(82,88,102);--gray-30:rgb(177,183,195);--gray-15:rgb(222,225,231);--gray-5:rgb(247,248,249);--gray-2:rgb(250,251,252);--background:var(--base-white);--foreground:var(--gray-100);--border:var(--gray-15);--accent:var(--base-blue);--pixel-size:8px;--pixel-grid-color:rgba(10,11,13,0.06)}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:var(--font-inter),sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{background-color:var(--gray-5);border-radius:6px;border:1px solid var(--border);font-family:var(--font-source-code-pro),monospace;font-size:.875rem;padding:.25rem .5rem calc(.25rem + 2px);color:var(--gray-100)}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}button,input{font-family:var(--font-inter),sans-serif}}