/* ============================================================
   JEWELLE & PAOLO — DESIGN TOKENS
   Palette sourced from ateneolj.com · warm editorial (navy · terracotta · gold)
   ============================================================ */
:root{
  /* — Core palette — */
  --navy:      #2e306a;   /* primary · dark sections · headings · depth      */
  --terracotta:#e96e42;   /* main accent · CTAs · RSVP · warmth              */
  --gold:      #e5b43a;   /* dividers · flourishes · the "gold" touch        */
  --ink:       #181818;   /* body text                                       */
  --paper:     #f8f8f8;   /* warm off-white background (never pure white)    */

  /* — Deep shades (hover / pressed / on-dark) — */
  --navy-deep:      #1c1d40;
  --terracotta-deep:#8c4228;
  --gold-deep:      #896c23;

  /* — Tints (surfaces / borders) — */
  --paper-2:  #efeee9;    /* alt surface                                     */
  --navy-05:  #ececf1;    /* faint navy wash                                 */
  --line:     #e2e0da;    /* hairline borders                                */
  --muted:    #6b6a66;    /* secondary text                                  */

  /* — Semantic — */
  --bg:        var(--paper);
  --text:      var(--ink);
  --heading:   var(--navy);
  --accent:    var(--terracotta);
  --rule:      var(--gold);
}
