/**
 * Generated from Bloomberg — 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: #b3b3b3;
  --brand: #fa7900;
  --on-brand: #000000;
  --border: #e0e0e0;
  --border-strong: #999999;
  --success: #2ea44f;
  --warning: #ffb800;
  --danger: #d8232a;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-masthead: #000000;
  --color-bg-terminal: #000000;
  --color-bg-section-markets: #ffffff;
  --color-bg-section-pursuits: #fbfaf7;
  --color-bg-section-businessweek: #fffaee;
  --color-bg-dark: #0d0d0d;
  --color-surface: #ffffff;
  --color-surface-soft: #f6f6f6;
  --color-surface-strong: #e6e6e6;
  --color-surface-quote: #fff8eb;
  --color-surface-terminal: #0d0d0d;
  --color-text: #000000;
  --color-text-strong: #000000;
  --color-text-muted: #5c5c5c;
  --color-text-soft: #8a8a8a;
  --color-text-faint: #b3b3b3;
  --color-text-on-dark: #f3f4ef;
  --color-brand: #fa7900;
  --color-brand-hover: #e26b00;
  --color-brand-active: #cc5e00;
  --color-brand-soft: #fdebd2;
  --color-brand-deep: #a14a00;
  --color-accent-deep-orange: #fa7900;
  --color-accent-amber: #ffb800;
  --color-accent-yellow-flash: #ffe066;
  --color-link: #fa7900;
  --color-link-hover: #e26b00;
  --color-link-visited: #5c5c5c;
  --color-link-on-dark: #fa7900;
  --color-on-brand: #000000;
  --color-on-dark: #ffffff;
  --color-border: #e0e0e0;
  --color-border-soft: #f0f0f0;
  --color-border-strong: #999999;
  --color-border-rule: #000000;
  --color-border-orange: #fa7900;
  --color-shadow-card: rgba(0,0,0,0.06);
  --color-shadow-elev: rgba(0,0,0,0.12);
  --color-shadow-modal: rgba(0,0,0,0.32);
  --color-scrim: rgba(0,0,0,0.65);
  --color-success: #2ea44f;
  --color-success-soft: #e1f1e7;
  --color-warning: #ffb800;
  --color-warning-soft: #fff3d2;
  --color-danger: #d8232a;
  --color-danger-soft: #fbe1e2;
  --color-info: #fa7900;
  --color-info-soft: #fdebd2;
  --color-market-up: #2ea44f;
  --color-market-down: #d8232a;
  --color-market-neutral: #5c5c5c;
  --color-bw-businessweek: #fa7900;
  --color-bw-pursuits: #1a1a1a;
  --color-bw-opinion: #0066cc;

  /* type */
  --display-size: 72px;
  --h1-size: 26px;
  --h2-size: 22px;
  --body-size: 18px;
  --label-size: 11px;
  --body-line-height: 1.55;
  --display-tracking: -0.025em;

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

  /* spacing */
  --space-xs: 2px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 24px;
  --space-xl: 40px;

  /* fonts */
  --font-display: 'BWHaasHead', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'BWHaasGroteskWeb', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'BWHaasMono', ui-monospace, monospace;
  --font-serif:   'BWHaasHead Serif', Georgia, serif;
}
