/* Sumo's shared header styles use CSS custom properties for navigation colours.
   Override the variables at the theme level so Sumo cannot repaint the Top 100
   navigation dark grey on the navy header across home, Pages or posts. */
:root {
  --navigation-button-border: rgba(248, 250, 252, .58);
  --navigation-button-background: rgba(255, 255, 255, .035);
  --navigation-button-border-hover: rgba(16, 185, 129, .82);
  --navigation-button-background-hover: rgba(16, 185, 129, .16);
  --navigation-text: #F8FAFC;
  --navigation-text-hover: #F8FAFC;
}
