
:root {
  
  --gw-bg:#0a0b0d;
  --gw-card:#15161b;
  --gw-card-2:#1c1e25;
  --gw-text:#e9eaee;          
  --gw-muted:#9296a0;
  --gw-line:#282b33;
  --gw-accent:#e3a44e;
  --gw-accent-rgb:227,164,78;
  --gw-green:#33c47b;
  --gw-danger:#d1685a;
  
  --gw-glow:var(--c-glow,227,164,78);

  
  --gw-font-ui: system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;
  --gw-font-lore: Georgia,'Times New Roman',serif;
  --gw-fs-caption:.72rem;
  --gw-fs-label:.82rem;
  --gw-fs-body:.92rem;
  --gw-fs-h3:1.05rem;
  --gw-fs-h2:1.3rem;
  --gw-fs-h1:1.6rem;
  --gw-fs-display:2rem;

  
  --gw-sp-1:4px; --gw-sp-2:8px; --gw-sp-3:12px; --gw-sp-4:16px;
  --gw-sp-5:24px; --gw-sp-6:32px; --gw-sp-7:48px;

  
  --gw-r-sm:8px; --gw-r:12px; --gw-r-lg:16px; --gw-r-pill:999px;

  
  --gw-ease-out: cubic-bezier(.2,.7,.3,1);
  --gw-ease-spring: cubic-bezier(.34,1.56,.64,1);   
  --gw-dur-hover:140ms;
  --gw-dur-press:90ms;
  --gw-dur-reward:460ms;
}
