/* ==========================================================================
   Harbour me — palette only. Layout lives in /assets/single.css.
   Icy blue glow on a dark harbour night.
   ========================================================================== */

:root {
  --accent: #8ed0ff;
  --accent-bright: #c8e9ff;
  --accent-rgb: 142, 208, 255;
  --accent-contrast: #06121c;
  --night-1: #04070d;
  --night-2: #0a1322;
  --glow-top: rgba(142, 208, 255, 0.08);
}
