/**
 * Generated from IBM — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #161616;
  --text-dim: #161616;
  --text-faint: #161616;
  --brand: #0f62fe;
  --on-brand: #ffffff;
  --border: #e0e0e0;
  --border-strong: #161616;
  --success: #24a148;
  --warning: #f1c21b;
  --danger: #da1e28;

  /* full color palette */
  --color-bg: #ffffff;
  --color-surface: #ffffff;
  --color-surface-soft: #f4f4f4;
  --color-surface-strong: #e0e0e0;
  --color-surface-dark: #161616;
  --color-surface-dark-elev: #262626;
  --color-text: #161616;
  --color-text-strong: #161616;
  --color-text-body: #161616;
  --color-text-muted: #525252;
  --color-text-soft: #8c8c8c;
  --color-text-on-dark: #ffffff;
  --color-text-on-dark-mute: #c6c6c6;
  --color-brand: #0f62fe;
  --color-brand-hover: #0050e6;
  --color-brand-active: #002d9c;
  --color-brand-deep: #0043ce;
  --color-on-brand: #ffffff;
  --color-border: #e0e0e0;
  --color-border-strong: #161616;
  --color-border-on-dark: #5e5e5e;
  --color-link: #0f62fe;
  --color-link-hover: #0043ce;
  --color-focus: #0f62fe;
  --color-scrim: rgba(0,0,0,0.5);
  --color-success: #24a148;
  --color-success-soft: #defbe6;
  --color-warning: #f1c21b;
  --color-warning-soft: #fcf4d6;
  --color-danger: #da1e28;
  --color-danger-soft: #fff1f1;
  --color-info: #0f62fe;
  --color-info-soft: #edf5ff;
  --color-cool-gray-bg: #f2f4f8;
  --color-hero-blue-tint: #e8eaff;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.025em;

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

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

  /* fonts */
  --font-display: 'IBM Plex Sans', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'IBM Plex Sans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'IBM Plex Mono', ui-monospace, monospace;
  --font-serif:   'IBM Plex Serif', Georgia, serif;
}
