/**
 * Generated from Financial Times — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #fff1e5;
  --surface: #fff1e5;
  --surface-alt: #fff1e5;
  --text: #262a33;
  --text-dim: #262a33;
  --text-faint: #a39e9a;
  --brand: #0d7680;
  --on-brand: #ffffff;
  --border: #cdc6c0;
  --border-strong: #807973;
  --success: #0a8754;
  --warning: #cc7a00;
  --danger: #a63335;

  /* full color palette */
  --color-bg: #fff1e5;
  --color-bg-section-news: #fff1e5;
  --color-bg-section-markets: #fff1e5;
  --color-bg-section-opinion: #fff1e5;
  --color-bg-section-magazine: #fff1e5;
  --color-bg-dark: #262a33;
  --color-bg-darkest: #1c1f26;
  --color-surface: #fff1e5;
  --color-surface-paper: #ffffff;
  --color-surface-soft: #f4e8dd;
  --color-surface-strong: #e6dccf;
  --color-surface-quote: #fef5ea;
  --color-text: #262a33;
  --color-text-strong: #000000;
  --color-text-muted: #66605c;
  --color-text-soft: #807973;
  --color-text-faint: #a39e9a;
  --color-brand: #0d7680;
  --color-brand-hover: #0a5a62;
  --color-brand-soft: #cce5e8;
  --color-brand-deep: #06434a;
  --color-brand-navy: #262a33;
  --color-link: #0d7680;
  --color-link-hover: #0a5a62;
  --color-link-visited: #66605c;
  --color-on-brand: #ffffff;
  --color-on-navy: #fff1e5;
  --color-border: #cdc6c0;
  --color-border-soft: #e0d9d2;
  --color-border-strong: #807973;
  --color-border-rule: #262a33;
  --color-shadow-card: rgba(38,42,51,0.06);
  --color-shadow-elev: rgba(38,42,51,0.1);
  --color-shadow-modal: rgba(38,42,51,0.2);
  --color-scrim: rgba(38,42,51,0.55);
  --color-success: #0a8754;
  --color-success-soft: #d4e8de;
  --color-warning: #cc7a00;
  --color-warning-soft: #fde9cc;
  --color-danger: #a63335;
  --color-danger-soft: #f0d4d4;
  --color-info: #0d7680;
  --color-info-soft: #cce5e8;
  --color-market-up: #0a8754;
  --color-market-down: #a63335;
  --color-market-neutral: #66605c;
  --color-ft-weekend: #a63335;
  --color-how-to-spend-it: #a63335;
  --color-alphaville: #0d7680;

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