/* ==========================================================================
   hangar.flyba.se — site colour override
   Load AFTER theme.css. This file is the entire difference between the two
   sites; everything else derives from --accent-rgb inside the theme.
   The Explorar deployment (flyba.se) simply loads no override, taking the
   theme's own defaults.
   ========================================================================== */

:root {
  --accent-rgb: 34, 224, 127;
  --accent-other-rgb: 157, 92, 255;  /* Explorar — cor da aba inativa daqui */
  --accent-contrast: #04160c; /* dark text: this green is too bright for white */
  --bg-body: #070a08;
  --bg-panel: #0b120e;
}
