/**
 * Generated from The New Yorker — 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: #a8a8a8;
  --brand: #0879bf;
  --on-brand: #ffffff;
  --border: #e5e5e5;
  --border-strong: #000000;
  --success: #1a7f3c;
  --warning: #a8650b;
  --danger: #cc0000;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-cream: #fdfaf2;
  --color-surface: #ffffff;
  --color-surface-soft: #f7f7f7;
  --color-surface-strong: #ebebeb;
  --color-surface-bone: #fafafa;
  --color-surface-overlay: rgba(255,255,255,0.97);
  --color-text: #000000;
  --color-text-strong: #000000;
  --color-text-body: #000000;
  --color-text-muted: #5d5d5d;
  --color-text-soft: #797979;
  --color-text-inverse: #ffffff;
  --color-text-faint: #a8a8a8;
  --color-brand: #0879bf;
  --color-brand-hover: #065d92;
  --color-brand-active: #04476f;
  --color-brand-deep: #013254;
  --color-brand-cyan: #0879bf;
  --color-on-brand: #ffffff;
  --color-accent-red: #cc0000;
  --color-accent-cream: #fdfaf2;
  --color-accent-cartoon-line: #000000;
  --color-border: #e5e5e5;
  --color-border-strong: #000000;
  --color-border-subtle: #f1f1f1;
  --color-border-rule: #000000;
  --color-shadow-card: rgba(0,0,0,0.08);
  --color-scrim-modal: rgba(0,0,0,0.7);
  --color-success: #1a7f3c;
  --color-warning: #a8650b;
  --color-danger: #cc0000;
  --color-info: #0879bf;
  --color-paywall-band: #000000;
  --color-caricature-ink: #000000;
  --color-pull-quote-rule: #000000;
  --color-bullet-square: #000000;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.6;
  --display-tracking: -0.025em;

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

  /* spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 32px;
  --space-xl: 48px;

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