/* ==========================================================================
   Arley Records — Design Tokens
   Pulled verbatim from the brand system used across all six HTML mockups.
   Do not hand-edit these values without checking whether they still match
   the original mockups — they are the single source of truth site-wide now.
   ========================================================================== */

:root{
  /* Colors */
  --navy:#1B2A5E;
  --navy-dark:#0F1A3D;
  --navy-light:#3a4d8f;
  --gold:#C9903A;
  --gold-light:#E8B45A;
  --silver:#9BA3B2;
  --cream:#F4F0E6;
  --cream-2:#ebe3cf;
  --white:#ffffff;

  /* Type scale — kept loose intentionally, individual pages vary hero sizes */
  --font-display:'Oswald', sans-serif;   /* headers, nav, labels — bold uppercase */
  --font-body:'Fraunces', serif;         /* body copy */
  --font-script:'Caveat', cursive;       /* script accents, used sparingly */
}
