/* ============================================================
   PETRA — BRAND PALETTE (locked May 2026)
   9-color foundation. Import this everywhere.
   ============================================================ */
:root{
  /* Foundation */
  --porcelain:#FAF5F7;   /* page background — warm off-white   */
  --ink:#2B2230;         /* primary text — soft plum near-black */
  --slate:#838996;       /* secondary text, hairlines, neutral  */

  /* Rose family (the brand) */
  --lilac:#C9B5C2;       /* soft tint, backgrounds              */
  --dusty:#C4AEAD;       /* warm fill, cards                    */
  --raspberry:#BC5981;   /* secondary accent                    */
  --cerise:#C4366F;      /* HERO — buttons, links, statements   */

  /* Counterweights */
  --sage:#A9C3BD;        /* cool accent / fresh pop             */
  --almond:#E7DCCF;      /* warm break tone, section breaks     */

  /* Handy translucent versions */
  --line:rgba(43,34,48,0.12);
  --ink-70:rgba(43,34,48,0.70);
}
