/* ===========================================================================
   BinaryEgo house theme. Load after base.css.

   Sampled from the existing brand mark (binaryego.com header): the pixel
   logotype sets "BiNARY" in #12e6be and "EGO" in #e6c040 on black. Both are
   used here rather than one — the accent pair IS the logo's pair, so the
   teal→gold hover on a button is the mark's own transition.

   It also lands where the house colour needed to be anyway: both products are
   orange (Machina #ff7800, Dash #ff9c00), so a cool shell keeps the parent
   from reading as a third product.
   =========================================================================== */

:root {
  --accent:    #12e6be;
  --accent-2:  #e6c040;
  --on-accent: #02120e;
}
