html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--surface-canvas); color: var(--text-body); font: var(--type-body); text-wrap: pretty; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4 { color: var(--text-heading); margin: 0 0 var(--space-3); line-height: var(--leading-tight); }
h1 { font-size: var(--text-h1); font-weight: var(--weight-bold); letter-spacing: -0.015em; }
h2 { font-size: var(--text-h2); font-weight: var(--weight-bold); letter-spacing: -0.01em; }
h3 { font-size: var(--text-h3); font-weight: var(--weight-semibold); }
h4 { font-size: var(--text-h4); font-weight: var(--weight-semibold); }
p { margin: 0 0 var(--gap-stack); max-width: var(--measure); }
a { color: var(--text-link); text-decoration-color: var(--purple-300); text-decoration-thickness: 2px; text-underline-offset: 3px; transition: color var(--dur-fast) var(--ease-out); }
a:hover { color: var(--text-link-hover); text-decoration-color: var(--coral-500); }
strong { font-weight: var(--weight-bold); color: var(--text-heading); }
code, kbd { font-family: var(--font-mono); font-size: 0.92em; }
::selection { background: var(--coral-300); color: var(--purple-900); }
:focus-visible { outline: none; box-shadow: var(--ring-focus); border-radius: var(--radius-sm); }
.eb-display { font: var(--type-hero); text-transform: uppercase; letter-spacing: var(--tracking-display); color: var(--purple-600); margin: 0; }
.eb-eyebrow { font: var(--type-eyebrow); text-transform: uppercase; letter-spacing: var(--tracking-label); color: var(--text-muted); }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; } }
