* { box-sizing: border-box; }
html { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
html[data-color-mode="dark"] { color-scheme: dark; }
body { margin: 0; color: var(--store-text); background: var(--store-bg); line-height: 1.55; }
a { color: inherit; }
img, video { display: block; max-inline-size: 100%; }
button, input, select, textarea { font: inherit; }
