/**
 * Generated from The Washington Post — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #000000;
  --text-dim: #000000;
  --text-faint: #999999;
  --brand: #000000;
  --on-brand: #ffffff;
  --border: #cccccc;
  --border-strong: #888888;
  --success: #177a3a;
  --warning: #a06200;
  --danger: #cf202f;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-section: #f5f5f5;
  --color-bg-dark: #000000;
  --color-surface: #ffffff;
  --color-surface-soft: #f8f8f8;
  --color-surface-strong: #eeeeee;
  --color-surface-quote: #f5f0e6;
  --color-text: #000000;
  --color-text-strong: #000000;
  --color-text-muted: #444444;
  --color-text-soft: #666666;
  --color-text-faint: #999999;
  --color-brand: #000000;
  --color-brand-tagline: #000000;
  --color-brand-red: #cf202f;
  --color-brand-red-hover: #a8001a;
  --color-brand-red-soft: #ffe5e7;
  --color-link: #2a64a6;
  --color-link-hover: #173e6e;
  --color-link-visited: #5a5a5a;
  --color-on-brand-red: #ffffff;
  --color-on-ink: #ffffff;
  --color-border: #cccccc;
  --color-border-soft: #e0e0e0;
  --color-border-strong: #888888;
  --color-border-rule: #000000;
  --color-border-rule-heavy: #000000;
  --color-shadow-card: rgba(0,0,0,0.04);
  --color-shadow-elev: rgba(0,0,0,0.08);
  --color-shadow-modal: rgba(0,0,0,0.18);
  --color-scrim: rgba(0,0,0,0.55);
  --color-success: #177a3a;
  --color-success-soft: #e3f2e7;
  --color-warning: #a06200;
  --color-warning-soft: #faf0db;
  --color-danger: #cf202f;
  --color-danger-soft: #ffe5e7;
  --color-info: #2a64a6;
  --color-info-soft: #e3edf7;
  --color-live-red: #cf202f;
  --color-live-pulse: #ff3344;
  --color-democracy-tagline-bg: #000000;

  /* type */
  --display-size: 72px;
  --h1-size: 28px;
  --h2-size: 22px;
  --body-size: 18px;
  --label-size: 11px;
  --body-line-height: 1.55;
  --display-tracking: -0.025em;

  /* shape */
  --radius-button: 4px;
  --radius-card: 14px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 2px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 24px;
  --space-xl: 40px;

  /* fonts */
  --font-display: 'Postoni', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Franklin ITC', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Courier New', ui-monospace, monospace;
}
