/**
 * Generated from Blizzard Entertainment — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #131928;
  --surface: #20273c;
  --surface-alt: #20273c;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: rgba(255,255,255,0.50);
  --brand: #38a8ff;
  --on-brand: #ffffff;
  --border: rgba(255,255,255,0.15);
  --border-strong: rgba(208,233,255,0.42);
  --success: #43c59e;
  --warning: #f0b44d;
  --danger: #ef5a67;

  /* full color palette */
  --color-bg: #131928;
  --color-bg-deep: #0a0d15;
  --color-surface: #20273c;
  --color-surface-raised: #323a48;
  --color-surface-soft: rgba(208,233,255,0.20);
  --color-text: #ffffff;
  --color-text-muted: rgba(255,255,255,0.70);
  --color-text-faint: rgba(255,255,255,0.50);
  --color-brand: #38a8ff;
  --color-brand-start: #1888ef;
  --color-brand-end: #009fe9;
  --color-brand-soft: #d0e9ff;
  --color-on-brand: #ffffff;
  --color-border: rgba(255,255,255,0.15);
  --color-border-strong: rgba(208,233,255,0.42);
  --color-scrim: rgba(10,13,21,0.78);
  --color-shadow-card: rgba(0,0,0,0.35);
  --color-success: #43c59e;
  --color-warning: #f0b44d;
  --color-danger: #ef5a67;
  --color-info: #38a8ff;

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

  /* shape */
  --radius-button: 8px;
  --radius-card: 16px;
  --radius-pill: 100px;

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

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