/* Blue color scheme — overrides Terminal's default amber palette.
   The theme auto-links this file from static/ when it exists. */
:root {
  --background: #0d1420;
  --foreground: #dce5f0;
  --accent: #6cb6ff;
}
