/* Reading-mode typography override for long-form/legal pages:
   Good Faith Estimate, Privacy Policy, Blog post. These favor readable
   underlined inline links and a slightly taller line-height over the
   marketing pages' no-underline nav-style links. */

body { font-size: 16.5px; line-height: 1.75; }
a { color: var(--plum); text-decoration: underline; }
h1, h2 { line-height: 1.2; }

.page-eyebrow {
  display: block;
  text-align: left;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--ink-muted);
  letter-spacing: 2px;
  font-size: 13px;
  margin: 60px 0 8px;
}
.page-title { font-size: clamp(28px, 4vw, 38px); margin-bottom: 8px; }
.updated { font-size: 13px; color: var(--ink-muted); margin-bottom: 50px; }
