/**
 * Generated from The New York Times — 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: #999999;
  --brand: #121212;
  --on-brand: #ffffff;
  --border: #dfdfdf;
  --border-strong: #9a9a9a;
  --success: #1a7f37;
  --warning: #b27c00;
  --danger: #d0021b;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-section: #f7f7f5;
  --color-bg-dark: #121212;
  --color-surface: #ffffff;
  --color-surface-soft: #f7f7f7;
  --color-surface-strong: #ededed;
  --color-surface-quote: #fbf6e9;
  --color-text: #121212;
  --color-text-strong: #000000;
  --color-text-muted: #5a5a5a;
  --color-text-soft: #727272;
  --color-text-faint: #999999;
  --color-brand: #121212;
  --color-brand-red: #d0021b;
  --color-brand-red-hover: #a8001a;
  --color-brand-red-soft: #ffe5e8;
  --color-link: #326891;
  --color-link-hover: #1a4972;
  --color-link-visited: #5a5a5a;
  --color-on-brand-red: #ffffff;
  --color-on-ink: #ffffff;
  --color-border: #dfdfdf;
  --color-border-soft: #ebebeb;
  --color-border-strong: #9a9a9a;
  --color-border-rule: #121212;
  --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: #e7f4ec;
  --color-warning: #b27c00;
  --color-warning-soft: #fbf3e0;
  --color-danger: #d0021b;
  --color-danger-soft: #ffe5e8;
  --color-info: #326891;
  --color-info-soft: #e7eef5;
  --color-live-red: #d0021b;
  --color-live-pulse: #ff334b;
  --color-cooking-orange: #cc4b00;
  --color-games-blue: #6493b0;
  --color-wirecutter-yellow: #ffd400;

  /* type */
  --display-size: 72px;
  --h1-size: 30px;
  --h2-size: 24px;
  --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: 'NYT Cheltenham', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'NYT Imperial', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'NYT Karnak Condensed', ui-monospace, monospace;
}
