*,*::before,*::after{box-sizing:border-box}
body{margin:0;font:var(--type-body);color:var(--text-primary);background:var(--surface-base);-webkit-font-smoothing:antialiased;text-wrap:pretty}
a{color:var(--brand-coral);text-decoration:none;transition:color var(--dur-fast) var(--ease-out)}
a:hover{color:var(--brand-coral-soft)}
[data-theme="light"] a{color:var(--brand-crimson)}
[data-theme="light"] a:hover{color:var(--brand-crimson-dark)}
::selection{background:var(--brand-yellow);color:var(--ink-800)}
:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}
h1,h2,h3,h4,h5,p{margin:0}
