/* ==========================================================================
   Wenn der Himmel wieder blau ist — palette only. Layout lives in /assets/single.css.
   Pink sunset fading into dusk.
   ========================================================================== */

:root {
  --accent: #ff9ec4;
  --accent-bright: #ffc9de;
  --accent-rgb: 255, 158, 196;
  --accent-contrast: #1c0a12;
  --night-1: #120812;
  --night-2: #241027;
  --glow-top: rgba(255, 158, 196, 0.10);
}
