@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap");:root{--color-text-primary:#2b2d3b;--color-border-input:#cdd6df;--color-primary:#0057d2;--color-text-muted:#96a0b5;--color-hover-background:#f4f6f9;--color-white:#fff;--color-shell-background:#f7f8fb;--color-shell-shadow:#2b2d3b1f;color:var(--color-text-primary);background-color:var(--color-shell-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;font-family:IBM Plex Sans,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}body{margin:0;min-width:320px}code{font-family:Consolas,Courier New,monospace}