/**
 * Generated from Reuters — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #1a1a1a;
  --text-dim: #1a1a1a;
  --text-faint: #999999;
  --brand: #ff8000;
  --on-brand: #000000;
  --border: #e0e0e0;
  --border-strong: #999999;
  --success: #2ea44f;
  --warning: #cc7a00;
  --danger: #cc1a1a;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-section: #ffffff;
  --color-bg-section-business: #ffffff;
  --color-bg-section-markets: #ffffff;
  --color-bg-section-tech: #ffffff;
  --color-bg-dark: #1a1a1a;
  --color-bg-darkest: #0d0d0d;
  --color-surface: #ffffff;
  --color-surface-soft: #f5f5f5;
  --color-surface-strong: #e8e8e8;
  --color-surface-quote: #fff5e6;
  --color-surface-orange-tint: #fff2e0;
  --color-text: #1a1a1a;
  --color-text-strong: #000000;
  --color-text-muted: #404040;
  --color-text-soft: #666666;
  --color-text-faint: #999999;
  --color-text-on-orange: #000000;
  --color-text-on-dark: #ffffff;
  --color-brand: #ff8000;
  --color-brand-hover: #e67000;
  --color-brand-active: #cc6300;
  --color-brand-soft: #ffe5cc;
  --color-brand-deep: #a35200;
  --color-brand-square: #ff8000;
  --color-link: #ff8000;
  --color-link-hover: #e67000;
  --color-link-visited: #666666;
  --color-link-on-dark: #ff8000;
  --color-on-brand: #000000;
  --color-on-dark: #ffffff;
  --color-border: #e0e0e0;
  --color-border-soft: #f0f0f0;
  --color-border-strong: #999999;
  --color-border-rule: #1a1a1a;
  --color-border-orange: #ff8000;
  --color-shadow-card: rgba(0,0,0,0.06);
  --color-shadow-elev: rgba(0,0,0,0.1);
  --color-shadow-modal: rgba(0,0,0,0.3);
  --color-scrim: rgba(0,0,0,0.6);
  --color-success: #2ea44f;
  --color-success-soft: #e1f1e7;
  --color-warning: #cc7a00;
  --color-warning-soft: #fde9cc;
  --color-danger: #cc1a1a;
  --color-danger-soft: #fbe1e2;
  --color-info: #0066b8;
  --color-info-soft: #cfe7f5;
  --color-market-up: #2ea44f;
  --color-market-down: #cc1a1a;
  --color-market-neutral: #666666;
  --color-breaking-red: #cc1a1a;
  --color-live-red: #cc1a1a;

  /* 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: 'knowledge-medium', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'knowledge-regular', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'knowledge-mono', ui-monospace, monospace;
}
