/* Hanree — Brand Palette (CSS custom properties) */
:root {
  --hanree-navy: #0B2341;      /* Primary / authority */
  --hanree-mountain: #2C6CBF;  /* Discovery / accent */
  --hanree-steel: #5B6770;     /* Technical detail */
  --hanree-ice: #A9D3F5;       /* Light support */
  --hanree-softgrey: #E8EDF3;  /* Surface */
  --hanree-white: #FFFFFF;     /* Space */
}
