/* Vero & Stone brand tokens.

   Lifted verbatim from the blueprint's vero.css :root so the storefront and
   builder stylesheets that ship with it render exactly as drawn. The rest of
   vero.css is the dark Napster build-doc chrome and is deliberately not used —
   the house's own identity is the ivory-and-gold light theme. */

:root {
  --vs-ivory:#FAF7F2; --vs-ivory-2:#F1EAE0; --vs-ivory-3:#E4DACB;
  --vs-gold:#B08D57; --vs-gold-light:#D4B483; --vs-gold-deep:#8A7048;
  --vs-ink:#23201C; --vs-ink-2:#15130F; --vs-ink-3:#302B24;
  --vs-stone:#8A8378;
  --vs-line:rgba(176,141,87,.30);

  --font-serif:'Cormorant Garamond','Newsreader',Georgia,serif;
  --font-display:'Cormorant Garamond',Georgia,serif;
  --font-body:Inter,system-ui,-apple-system,'Segoe UI',sans-serif;

  --fg-muted:var(--vs-stone);
  --fg-subtle:rgba(35,32,28,.55);
  --panel-fill:rgba(255,255,255,.04);
  --pink:#DD52CB;
  --pink-rim:rgba(221,82,203,.45);

  /* Where the native station avatar sits is undocumented; every layout pads
     against this so it is one number to change once a device is observed. */
  --station-safe-bottom:0px;
}
