/* Base reset — mandatory foundation, loaded before design tokens/components. */

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { line-height: 1.5; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img, picture, video, canvas, svg { display: block; max-width: 100%; }
input, button, textarea, select { font: inherit; color: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3, h4 { overflow-wrap: break-word; }
#root, body { isolation: isolate; }
:focus-visible { outline: 2px solid var(--ring); outline-offset: 2px; }
