/* SAP Horizon (Morning) tokens — values verified from SAP's theming-base-content repo
   via research blueprint 2026-09-04. Font "72" is not shipped; stack approximates it. */
:root {
  --hz-brand: #0070F2;
  --hz-brand-hover: #0064D9;
  --hz-link: #0064D9;
  --hz-page-bg: #F5F6F7;
  --hz-card-bg: #FFFFFF;
  --hz-text: #131E29;
  --hz-label: #556B82;
  --hz-border: #E5E5E5;
  --hz-border-strong: #BCC3CA;
  --hz-row-hover: #EAECEE;
  --hz-row-selected: #EBF8FF;
  --hz-shadow: 0 0 2px rgba(34,53,72,.2), 0 2px 4px rgba(34,53,72,.2);
  --hz-positive: #256F3A;
  --hz-positive-bg: #F5FAE5;
  --hz-critical: #E76500;
  --hz-critical-bg: #FFF8D6;
  --hz-negative: #AA0808;
  --hz-informative: #0070F2;
  --hz-informative-bg: #D1EFFF;
  --hz-neutral: #788FA6;
  --hz-neutral-bg: #EFF1F2;
  --hz-r-btn: 8px;
  --hz-r-card: 12px;
  --hz-r-input: 4px;
  --hz-font: "72", "72full", -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --hz-font-size: 14px;
  --hz-beam: #6c4bd3;
  --hz-beam-bg: #f0ecfb;
}
