@import './reset.scss'; html, body { height: 100%; padding: 0; margin: 0; font: 12px/1.3 system-ui, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, sans-serif; overflow: hidden; overscroll-behavior: none; contain: strict; background: url('data:image/svg+xml,'); background-size: 20px 20px; } :root { --gray-dark: rgba(0,0,0,0.8); --button-fg-color: 95, 180, 228; --button-fg: rgb(95, 180, 228); --negative: rgb(207, 113, 127); --positive: rgb(149, 212, 159); }