/* Design tokens — extracted from the existing proofindata.com brand. */
:root {
  /* Color */
  --navy: #082854;
  --navy-deep: #061d3d;
  --navy-ink: #0a1b33;
  --accent: #00b0e4;
  --logo-blue: #1273ad;
  --page: #f8f8f8;
  --card: #ffffff;
  --ink: #1c2733;
  --ink-soft: #4a5866;
  --ink-faint: #6b7885;
  --rule: #e2e6ea;
  --on-navy: #cfe4f2;
  --on-navy-soft: #9fb8cf;

  /* Type */
  --font-sans: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --fs-hero: clamp(2.1rem, 5.5vw, 4rem);
  --fs-h2: clamp(1.5rem, 3vw, 2.1rem);
  --fs-h3: 1.15rem;
  --fs-body: 1rem;
  --fs-small: 0.875rem;

  /* Space & shape */
  --space-section: clamp(3.5rem, 8vw, 6.5rem);
  --wrap-max: 1080px;
  --wrap-narrow: 820px;
  --radius: 10px;
}
