@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&family=Orbitron:wght@400;700&display=swap');

:root {
  --bg:     #080c14;
  --panel:  #0d1628;
  --border: #1a2a4a;
  --cyan:   #00e5ff;
  --green:  #00ff88;
  --red:    #ff3d6b;
  --orange: #ff9500;
  --text:   #c8d8f0;
  --dim:    #4a5a7a;

  --sidebar-w: 128px;
}
