:root {
  --bg-body: #050505;
  --bg-panel: #0A0A0A;
  --bg-panel-hover: #111111;

  --tx-main: #EDEDED;
  --tx-muted: #888888;
  --tx-dim: #747474;

  --acc-primary: #00E676;
  /* Green */
  --acc-sec: #9D72FF;
  /* Purple */
  --acc-tri: #2979FF;
  --c-warning: #ffb74d;

  --bd-subtle: rgba(255, 255, 255, 0.03);
  --bd-active: rgba(255, 255, 255, 0.2);

  --nav-height: 70px;
  --font-ui: 'Inter', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;
}