/**
 * Generated from Shortwave — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #0c0e16;
  --surface: #11141d;
  --surface-alt: #11141d;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #ffffff;
  --brand: #356aff;
  --on-brand: #ffffff;
  --border: rgba(255,255,255,0.08);
  --border-strong: rgba(255,255,255,0.16);
  --success: #3ecf8e;
  --warning: #f0b429;
  --danger: #ff5c5c;

  /* full color palette */
  --color-bg: #0c0e16;
  --color-bg-elev: #11141d;
  --color-surface: #161922;
  --color-surface-elev: #1d212c;
  --color-text: #ffffff;
  --color-text-strong: #ffffff;
  --color-text-muted: #9aa3b8;
  --color-text-soft: #c4cad8;
  --color-brand: #356aff;
  --color-brand-hover: #2a59e6;
  --color-brand-soft: #7d9bff;
  --color-brand-tint: rgba(53,106,255,0.12);
  --color-on-brand: #ffffff;
  --color-border: rgba(255,255,255,0.08);
  --color-border-soft: rgba(255,255,255,0.04);
  --color-border-strong: rgba(255,255,255,0.16);
  --color-shadow-ambient: rgba(0,0,0,0.32);
  --color-shadow-elev: rgba(0,0,0,0.48);
  --color-shadow-brand: rgba(53,106,255,0.30);
  --color-scrim: rgba(6,7,12,0.72);
  --color-success: #3ecf8e;
  --color-success-soft: rgba(62,207,142,0.14);
  --color-warning: #f0b429;
  --color-warning-soft: rgba(240,180,41,0.14);
  --color-danger: #ff5c5c;
  --color-danger-soft: rgba(255,92,92,0.14);
  --color-info: #356aff;
  --color-info-soft: rgba(53,106,255,0.14);

  /* type */
  --display-size: 64px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.03em;

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

  /* spacing */
  --space-xs: 0px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 32px;
  --space-xl: 64px;

  /* fonts */
  --font-display: 'Poppins', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
