/**
 * Generated from Semafor — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #f8f5d7;
  --surface: #f8f5d7;
  --surface-alt: #f8f5d7;
  --text: #1f1d1a;
  --text-dim: #1f1d1a;
  --text-faint: #a39e96;
  --brand: #3a6d78;
  --on-brand: #ffffff;
  --border: #d8d0a8;
  --border-strong: #7a756f;
  --success: #2a8a4f;
  --warning: #cc7a00;
  --danger: #a62d2d;

  /* full color palette */
  --color-bg: #f8f5d7;
  --color-bg-section: #f8f5d7;
  --color-bg-section-flagship: #f8f5d7;
  --color-bg-section-africa: #f8f5d7;
  --color-bg-dark: #1f1d1a;
  --color-bg-darkest: #0d0c0a;
  --color-surface: #f8f5d7;
  --color-surface-paper: #ffffff;
  --color-surface-soft: #f5f1c9;
  --color-surface-strong: #e8e3b5;
  --color-surface-quote: #fefbe8;
  --color-surface-card-elevated: #fcfae0;
  --color-text: #1f1d1a;
  --color-text-strong: #000000;
  --color-text-muted: #5a5651;
  --color-text-soft: #7a756f;
  --color-text-faint: #a39e96;
  --color-text-on-teal: #ffffff;
  --color-text-on-dark: #f8f5d7;
  --color-brand: #3a6d78;
  --color-brand-hover: #2d5a64;
  --color-brand-active: #1f4750;
  --color-brand-soft: #cce0e4;
  --color-brand-deep: #1a3a44;
  --color-link: #3a6d78;
  --color-link-hover: #2d5a64;
  --color-link-visited: #7a756f;
  --color-on-brand: #ffffff;
  --color-on-dark: #f8f5d7;
  --color-border: #d8d0a8;
  --color-border-soft: #e8e2c2;
  --color-border-strong: #7a756f;
  --color-border-rule: #1f1d1a;
  --color-border-teal: #3a6d78;
  --color-shadow-card: rgba(31,29,26,0.06);
  --color-shadow-elev: rgba(31,29,26,0.1);
  --color-shadow-modal: rgba(31,29,26,0.3);
  --color-scrim: rgba(31,29,26,0.6);
  --color-success: #2a8a4f;
  --color-success-soft: #dff0e7;
  --color-warning: #cc7a00;
  --color-warning-soft: #fde9cc;
  --color-danger: #a62d2d;
  --color-danger-soft: #f0d4d4;
  --color-info: #3a6d78;
  --color-info-soft: #cce0e4;
  --color-flag-flagship: #3a6d78;
  --color-flag-africa: #c46b3a;
  --color-flag-principals: #3a6d78;
  --color-flag-net-zero: #2a8a4f;
  --color-flag-tech: #5a4a8a;
  --color-flag-business: #3a6d78;
  --color-flag-media: #a62d2d;
  --color-flag-gulf: #c46b3a;

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

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

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

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