/**
 * Generated from SAP — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #1d2d3e;
  --text-dim: #1d2d3e;
  --text-faint: #8b95a3;
  --brand: #0070f2;
  --on-brand: #ffffff;
  --border: #d8dee5;
  --border-strong: #a8b1bd;
  --success: #36a41d;
  --warning: #e76500;
  --danger: #d20a0a;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f5f6f7;
  --color-bg-section: #eaecee;
  --color-bg-feature: #1d2d3e;
  --color-bg-footer: #1d2d3e;
  --color-bg-cool: #ebf8ff;
  --color-surface: #ffffff;
  --color-surface-soft: #f5f6f7;
  --color-surface-elev: #ffffff;
  --color-brand: #0070f2;
  --color-brand-hover: #0040b0;
  --color-brand-active: #002a77;
  --color-brand-subtle: #d1efff;
  --color-brand-soft: #ebf8ff;
  --color-navy: #1d2d3e;
  --color-navy-deep: #0a2540;
  --color-text: #1d2d3e;
  --color-text-strong: #0a2540;
  --color-text-soft: #556270;
  --color-text-faint: #8b95a3;
  --color-text-on-dark: #ffffff;
  --color-text-on-dark-soft: rgba(255,255,255,0.78);
  --color-on-brand: #ffffff;
  --color-border: #d8dee5;
  --color-border-soft: #eaecee;
  --color-border-strong: #a8b1bd;
  --color-link: #0070f2;
  --color-link-hover: #0040b0;
  --color-link-visited: #5d36ff;
  --color-success: #36a41d;
  --color-success-soft: #e9f8ec;
  --color-warning: #e76500;
  --color-warning-soft: #fff3e0;
  --color-danger: #d20a0a;
  --color-danger-soft: #fde1e1;
  --color-info: #0070f2;
  --color-info-soft: #ebf8ff;
  --color-scrim: rgba(29,45,62,0.55);
  --color-shadow-card: rgba(29,45,62,0.10);
  --color-shadow-elev: rgba(29,45,62,0.18);
  --color-shadow-deep: rgba(0,0,0,0.20);

  /* type */
  --display-size: 72px;
  --h1-size: 44px;
  --h2-size: 36px;
  --body-size: 16px;
  --label-size: 14px;
  --body-line-height: 1.5;
  --display-tracking: -0.02em;

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

  /* spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 32px;
  --space-xl: 48px;

  /* fonts */
  --font-display: '72', ui-sans-serif, system-ui, sans-serif;
  --font-body:    '72', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    '72 Mono', ui-monospace, monospace;
}
