/* ==========================================================================
   Nebo Elementary School — brand overrides.

   Loaded after /shared/store.css, so anything set here wins. The shared
   stylesheet's defaults ARE Nebo's colors, which is why this file is empty of
   overrides: there is nothing to correct. It exists so rebranding this store
   never means editing the file the other stores also load.

   To rebrand, uncomment and change. Set the dark-mode block too — a light-only
   accent goes muddy against the dark surface.
   ========================================================================== */

/*
:root {
  --accent: #0f6d92;
  --accent-hot: #0b5878;
  --accent-wash: #e4f1f7;
}

@media (prefers-color-scheme: dark) {
  :root {
    --accent: #4bb8dd;
    --accent-hot: #6fcbea;
    --accent-wash: #12303f;
  }
}
*/
