/**
 * Generated from The Economist — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #121212;
  --text-dim: #121212;
  --text-faint: #9a9a9a;
  --brand: #e3120b;
  --on-brand: #ffffff;
  --border: #cccccc;
  --border-strong: #888888;
  --success: #1a7f37;
  --warning: #a06200;
  --danger: #e3120b;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-section: #f7f7f0;
  --color-bg-dark: #121212;
  --color-surface: #ffffff;
  --color-surface-soft: #f7f7f0;
  --color-surface-strong: #e8e8e1;
  --color-surface-quote: #fff5e6;
  --color-text: #121212;
  --color-text-strong: #000000;
  --color-text-muted: #5a5a5a;
  --color-text-soft: #707070;
  --color-text-faint: #9a9a9a;
  --color-brand: #e3120b;
  --color-brand-hover: #b80f08;
  --color-brand-soft: #fce5e3;
  --color-brand-deep: #9a0e09;
  --color-link: #e3120b;
  --color-link-hover: #b80f08;
  --color-link-visited: #5a5a5a;
  --color-on-brand: #ffffff;
  --color-border: #cccccc;
  --color-border-soft: #e0e0e0;
  --color-border-strong: #888888;
  --color-border-rule: #121212;
  --color-border-rule-red: #e3120b;
  --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.5);
  --color-success: #1a7f37;
  --color-success-soft: #e3f2e7;
  --color-warning: #a06200;
  --color-warning-soft: #faf0db;
  --color-danger: #e3120b;
  --color-danger-soft: #fce5e3;
  --color-info: #1a4972;
  --color-info-soft: #e3eaf2;
  --color-podcast-accent: #1a4972;
  --color-espresso-accent: #5a3000;
  --color-briefing-rule: #e3120b;

  /* type */
  --display-size: 72px;
  --h1-size: 24px;
  --h2-size: 20px;
  --body-size: 17px;
  --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: 'EconMilo Display', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'EconMilo Serif', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Courier New', ui-monospace, monospace;
}
