/* ============================================================
   ERA THEME TOKENS — the ONLY file to edit for a new era.
   Duplicate this file, change the values, swap the glitter-star
   shape in src/_11ty/starfield.js if the new era's motif isn't a
   star — everything else (base.css, layouts, partials) inherits
   automatically. See shiras-version-template-architecture.md.
   Current era: The Life of a Showgirl (orange / mint / glitter).
   ============================================================ */
:root {
  --color-bg: #17110f; /* Vegas Black — page background */
  --color-bg-rgb: 23, 17, 15;
  --color-text: #f7f0e4; /* Rhinestone Cream — body text */
  --color-text-rgb: 247, 240, 228;
  --color-primary: #e8641f; /* Showgirl Orange — primary accent */
  --color-primary-rgb: 232, 100, 31;
  --color-primary-light: #f2895b; /* lighter orange (hover/gradient) */
  --color-secondary: #8fd9c4; /* Patina Mint — secondary accent */
  --color-secondary-rgb: 143, 217, 196;
  --color-secondary-deep: #4fa98c; /* deeper derived mint/green */
  --color-accent: #b8451f; /* Rust Copper */
  --color-card-bg-rgb: 36, 26, 19; /* dark card panel background */
  --color-dust: #c9beb0; /* faint starfield "dust" specks */
  --color-star-deep: #9c4a34; /* glitter-star motif: shadow/outline */
  --color-star-base: #c2604a; /* glitter-star motif: main rose-copper */
  --color-star-highlight: #dd8f72; /* glitter-star motif: highlight */
  --color-star-gold: #efc08a; /* glitter-star motif: gold glitter flecks */
}
