/**
 * Core Dynamic System - Design Tokens & Custom Properties
 */
:root {
  /* Color Palette */
  --bg0: #020814;
  --bg1: #071529;
  --bg2: #0a1f33;
  --cyan: #34E7FF;
  --blue: #16C7E8;
  --gold: #E5A72E;
  --gold2: #FFC857;
  --txt: #F5F7FA;
  --mut: #9BA9BC;

  /* UI Tokens */
  --line: rgba(255, 255, 255, 0.12);
  --glass: rgba(255, 255, 255, 0.05);
  --r: 20px;
  --hh: 78px;

  /* Typography */
  --fh: 'Sora', sans-serif;
  --fb: 'Instrument Sans', sans-serif;
}
