/**
 * Generated from The Atlantic — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #fbf8f1;
  --surface: #fbf8f1;
  --surface-alt: #fbf8f1;
  --text: #1a1a1a;
  --text-dim: #1a1a1a;
  --text-faint: #a0a0a0;
  --brand: #fbb33b;
  --on-brand: #1a1a1a;
  --border: #d8d3c5;
  --border-strong: #7a7a7a;
  --success: #1a7f37;
  --warning: #cc7a00;
  --danger: #c41e3a;

  /* full color palette */
  --color-bg: #fbf8f1;
  --color-bg-section: #f5f1e6;
  --color-bg-feature: #ffffff;
  --color-bg-dark: #1a1a1a;
  --color-surface: #fbf8f1;
  --color-surface-paper: #ffffff;
  --color-surface-soft: #f5f1e6;
  --color-surface-strong: #e8e3d5;
  --color-surface-quote: #f5f1e6;
  --color-text: #1a1a1a;
  --color-text-strong: #000000;
  --color-text-muted: #5a5a5a;
  --color-text-soft: #7a7a7a;
  --color-text-faint: #a0a0a0;
  --color-brand: #fbb33b;
  --color-brand-hover: #e89e1c;
  --color-brand-deep: #c97e07;
  --color-brand-soft: #fef0d4;
  --color-brand-A-red: #c41e3a;
  --color-link: #1a1a1a;
  --color-link-hover: #000000;
  --color-link-visited: #5a5a5a;
  --color-on-brand: #1a1a1a;
  --color-border: #d8d3c5;
  --color-border-soft: #e0dccf;
  --color-border-strong: #7a7a7a;
  --color-border-rule: #1a1a1a;
  --color-shadow-card: rgba(26,26,26,0.06);
  --color-shadow-elev: rgba(26,26,26,0.1);
  --color-shadow-modal: rgba(26,26,26,0.2);
  --color-scrim: rgba(26,26,26,0.5);
  --color-success: #1a7f37;
  --color-success-soft: #e3f2e7;
  --color-warning: #cc7a00;
  --color-warning-soft: #fde9cc;
  --color-danger: #c41e3a;
  --color-danger-soft: #f5d4d8;
  --color-info: #1a4972;
  --color-info-soft: #dde6ef;
  --color-politics-accent: #c41e3a;
  --color-ideas-accent: #fbb33b;
  --color-culture-accent: #7a3de8;
  --color-technology-accent: #1a4972;
  --color-family-accent: #0d7060;
  --color-health-accent: #127f4e;
  --color-cover-tag: #fbb33b;

  /* type */
  --display-size: 72px;
  --h1-size: 26px;
  --h2-size: 22px;
  --body-size: 20px;
  --label-size: 11px;
  --body-line-height: 1.6;
  --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: 'AtlanticSerif', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'AtlanticSerifBody', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Courier New', ui-monospace, monospace;
}
