:root {
  --tcpv2-ink: #101828;
  --tcpv2-ink-2: #344054;
  --tcpv2-muted: #667085;
  --tcpv2-paper: #f7f9fc;
  --tcpv2-surface: #ffffff;
  --tcpv2-rule: #d9e2ec;
  --tcpv2-signal: #087e8b;
  --tcpv2-signal-hover: #056672;
  --tcpv2-signal-soft: #e7f6f7;
  --tcpv2-verified: #126b45;
  --tcpv2-caution: #8a5a00;
  --tcpv2-critical: #b42318;
  --tcpv2-font-display: "Newsreader", Georgia, serif;
  --tcpv2-font-body: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --tcpv2-font-data: ui-monospace, SFMono-Regular, Consolas, monospace;
  --tcpv2-space-1: .25rem;
  --tcpv2-space-2: .5rem;
  --tcpv2-space-3: .75rem;
  --tcpv2-space-4: 1rem;
  --tcpv2-space-6: 1.5rem;
  --tcpv2-space-8: 2rem;
  --tcpv2-space-12: 3rem;
  --tcpv2-space-16: 4rem;
  --tcpv2-space-24: 6rem;
  --tcpv2-radius-sm: .5rem;
  --tcpv2-radius-md: .625rem;
  --tcpv2-container: 73.75rem;
  --tcpv2-reading: 46.25rem;
  --tcpv2-focus: 0 0 0 3px rgba(8, 126, 139, .28);
  --tcpv2-motion: 180ms ease-out;
}

