/* ====== PALETTE + FONT ====== */
:root{
  --bg-page:#1f1f1f;
  --app-bg:#2f4148;
  --face:#27363c;
  --ring:#9aa9b0;
  --tick:#6a7c84;
  --marker:#7d8c93;
  --orange:#ef8a3c;
  --orange-btn:#f3953f;
  --muted:#8a9ba3;
  --text:#cfdadf;
  --line:#36474e;
  --line2:#3c4e55;
  --field:#46585f;
  --font:"Orbitron","DejaVu Sans Mono",monospace;
}
