/* pdfaa.report landing page — site-specific styles.
   Everything else comes from https://cdn.fivepaths.com/microsite/v1/base.css,
   which this page shares with the other FivePaths microsites. That this file
   holds a single declaration is the point: if a rule needs to live here, first
   check whether it belongs in the shared sheet instead. */

:root {
  /* the PDFAA lockup is wider than it is tall, so it needs more height than
     the shared default to read at the same optical weight */
  --fp-logo-height: 3.2rem;
}

/* legal pages (/privacy/, /terms/) — long-form prose */
.legal { max-width: 46em; }
.legal h2 { margin-top: 2.4rem; font-size: 1.3rem; }
.legal h3 { margin-top: 1.6rem; }
.legal p, .legal li { color: var(--fp-ink-soft); }
.legal ul { padding-left: 1.2rem; }
.legal li { margin-bottom: 0.4rem; }
.legal .updated { color: var(--fp-ink-mute); font-size: 0.9rem; }
