/**
 * Generated from Segment — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #000d25;
  --text-dim: #000d25;
  --text-faint: #000d25;
  --brand: #1866ee;
  --on-brand: #ffffff;
  --border: #e1e3ea;
  --border-strong: #cdd0da;
  --success: #0a8754;
  --warning: #a35316;
  --danger: #c0322a;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-dark: #000d25;
  --color-bg-soft: #f4f4f4;
  --color-bg-cool: #f6f9fb;
  --color-surface: #ffffff;
  --color-surface-dark: #000d25;
  --color-surface-elev: #0a1838;
  --color-brand: #1866ee;
  --color-brand-hover: #0e58d9;
  --color-brand-active: #0844a8;
  --color-brand-pale: #cfdcfb;
  --color-brand-deep: #0263e0;
  --color-brand-soft: #e3eefe;
  --color-text: #000d25;
  --color-text-strong: #000817;
  --color-text-muted: #525463;
  --color-text-soft: #7a7d8b;
  --color-text-on-brand: #ffffff;
  --color-text-on-dark: #ffffff;
  --color-text-on-dark-muted: rgba(255,255,255,0.72);
  --color-link: #0263e0;
  --color-link-hover: #0844a8;
  --color-link-on-dark: #62aef8;
  --color-border: #e1e3ea;
  --color-border-soft: #f0f1f5;
  --color-border-strong: #cdd0da;
  --color-border-on-dark: rgba(255,255,255,0.14);
  --color-badge-bg: #e3eefe;
  --color-badge-text: #0844a8;
  --color-scrim: rgba(0,13,37,0.62);
  --color-shadow-card: rgba(0,13,37,0.06);
  --color-shadow-elev: rgba(0,13,37,0.12);
  --color-success: #0a8754;
  --color-success-soft: #dff5ea;
  --color-warning: #a35316;
  --color-warning-soft: #fff3dc;
  --color-danger: #c0322a;
  --color-danger-soft: #fde6e3;
  --color-info: #1866ee;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.75;
  --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: 32px;
  --space-xl: 48px;

  /* fonts */
  --font-display: 'Whitney SSm A', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Whitney SSm A', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Operator Mono', ui-monospace, monospace;
}
