/* ===================================
   PhotoReflect Galleries - Default Brand CSS

   Base colors are defined in base.css and gallery-base.css.
   This file exists as the default brand CSS placeholder.
   Add overrides here if the default brand needs customization
   beyond what's in the base stylesheets.
   =================================== */

:root {
    /* Secondary Colors - explicit defaults (matching base.css) */
    --color-secondary: #8DCCE2;
    --color-secondary-hover: #6FBDD8;
    --color-secondary-light: #EEF7FB;
    --color-secondary-dark: #4A9BB5;
}
