*, *::before, *::after { box-sizing: border-box; }
html, body { width: 100%; height: 100%; }
html { font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif; background: var(--j-bg); }
body { margin: 0; color: var(--j-text); background: var(--j-bg); }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
[hidden] { display: none !important; }
