/* Ink & Aura Theme - Core Base
   Purpose: Reset/normalize, base typography, box-sizing, default link styles
   Note: Scaffold only. No styles applied to avoid visual changes.
   Guidance: When populated, scope carefully to html/body and universal selectors.
*/

/* Example future content (commented):
html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
body { margin: 0; font-family: var(--font-base, system-ui); background: var(--color-ivory); }
a { text-decoration: none; color: inherit; }
*/