/* ============================================================
   LEAKIN · Color Palette
   Edit brand colors here. Every page reads these variables.
   ============================================================ */
:root{
  --ink:#121212;        /* primary text          */
  --gray:#8B8B8B;       /* secondary text        */
  --line:#D9D9D9;       /* card borders          */
  --line-2:#EBEBEB;     /* inner dividers        */
  --purple:#9E4FFF;     /* brand purple          */
  --lavender:#B579FF;   /* light purple accents  */
  --blue:#2196F3;       /* journalist badge      */
  --sky:#26BEFF;        /* twitter / follow      */
  --dark:#191919;       /* dark-section cards    */
  --green:#0BC881;      /* shop card             */
  --mint:#46E1BC;       /* NEW pill              */
  --pink:#F32160;       /* HOT pill              */
}
