/* BRX Digital Design System — Minimal reset
 * PORTABLE. Intentionally minimal in Phase 1 so that scaffolding this file
 * produces zero visual regression across already-styled pages.
 *
 * The opinionated body defaults (canvas bg, ink-800 text, Montserrat stack)
 * land in Step 3 (shell retint) when brx-one.css is refactored. Downstream
 * tools adopting this file will apply those defaults via a `.brx-root` class
 * on <body> or by extending this reset themselves.
 */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

/* Kill the iOS tap highlight — we render our own focus/hover states */
a, button {
  -webkit-tap-highlight-color: transparent;
}
