/**
 * Generated from Epic Games — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #000000;
  --surface: #202024;
  --surface-alt: #202024;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #6e7177;
  --brand: #0078f2;
  --on-brand: #ffffff;
  --border: #3a3a3e;
  --border-strong: #0078f2;
  --success: #3ad481;
  --warning: #ff9c2a;
  --danger: #ff4248;

  /* full color palette */
  --color-bg: #000000;
  --color-bg-alt: #0a0a0a;
  --color-bg-deep: #000000;
  --color-surface: #202024;
  --color-surface-soft: #2a2a2e;
  --color-surface-strong: #3a3a3e;
  --color-surface-elevated: #1a1a1e;
  --color-surface-charcoal: #171717;
  --color-surface-bright: #f5f5f5;
  --color-text: #ffffff;
  --color-text-soft: #dadada;
  --color-text-muted: #9ca0a4;
  --color-text-faint: #6e7177;
  --color-text-disabled: #4a4d51;
  --color-text-link: #0078f2;
  --color-brand: #0078f2;
  --color-brand-hover: #1a8cf7;
  --color-brand-active: #0061c4;
  --color-brand-deep: #005ab8;
  --color-brand-pale: #9bcaff;
  --color-on-brand: #ffffff;
  --color-cta-bg: #0078f2;
  --color-cta-text: #ffffff;
  --color-free-game-yellow: #ffce00;
  --color-free-game-bg: #382e00;
  --color-fortnite-yellow: #ffce00;
  --color-fortnite-blue: #0078f2;
  --color-unreal-engine: #00b2ff;
  --color-rocket-league: #0066ff;
  --color-fall-guys: #ff5cff;
  --color-link-default: #0078f2;
  --color-link-hover: #1a8cf7;
  --color-link-visited: #0078f2;
  --color-border: #3a3a3e;
  --color-border-soft: #202024;
  --color-border-strong: #0078f2;
  --color-scrim: rgba(0,0,0,0.85);
  --color-shadow-card: rgba(0,0,0,0.6);
  --color-shadow-elev: rgba(0,0,0,0.8);
  --color-shadow-blue-glow: rgba(0,120,242,0.4);
  --color-discount-bg: #26bbff;
  --color-discount-text: #000000;
  --color-achievement: #ffce00;
  --color-success: #3ad481;
  --color-warning: #ff9c2a;
  --color-danger: #ff4248;
  --color-info: #0078f2;

  /* type */
  --display-size: 80px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 14px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.04em;

  /* 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: 64px;

  /* fonts */
  --font-display: 'Brutal Type', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Roboto Mono', ui-monospace, monospace;
}
