:root {
  /* The Glamour & Greed Gazette — society-magazine palette. Its own identity,
     distinct from both OROBOTO's duochrome canon and SlopTV's CRT chaos. */
  /* Retuned 2026-07-07 to complement the real masthead logo (IMG_2127):
     antique gold engraving on deep espresso. Variable names kept; values flipped dark. */
  --parchment: #130e0c;        /* page ground: deep espresso   */
  --parchment-dark: #241a16;   /* panels / cards               */
  --ink: #e3d2b4;              /* body text: aged gold-cream   */
  --burgundy: #b05064;         /* wine accent (readable on dark) */
  --burgundy-deep: #d0788a;    /* brighter wine for deep-accent text on dark */
  --gold: #b39b7d;             /* logo bronze                  */
  --gold-light: #6e4d39;       /* deep bronze for hairlines    */
  --sp-1:4px; --sp-2:8px; --sp-3:12px; --sp-4:16px; --sp-5:24px; --sp-6:32px; --sp-7:48px; --sp-8:64px;
  --fs-xs:12px; --fs-sm:14px; --fs-base:17px; --fs-lg:22px; --fs-xl:30px; --fs-2xl:44px; --fs-3xl:64px;
  --ease: cubic-bezier(.2,.7,.3,1);
}
