/* AUTHORITATIVE — five brand colors. No color is added without approval. */
:root{
  --js-color-black:#000000;
  --js-color-charcoal:#0d0d0d;
  --js-color-ivory:#f5f0e6;
  --js-color-white:#ffffff;
  --js-color-gold:#b59352;

  /* v1.1 — CLOSED. Functional alphas derived only by opacity of the five
     authoritative colours; no new hues. Hairlines, overlays, 88% headers, drawer. */
  --js-gold-a56:rgba(181,147,82,.56);
  --js-gold-a28:rgba(181,147,82,.28);
  --js-gold-a14:rgba(181,147,82,.14);
  --js-white-a72:rgba(255,255,255,.72);
  --js-white-a40:rgba(255,255,255,.40);
  --js-white-a14:rgba(255,255,255,.14);
  --js-white-a08:rgba(255,255,255,.08);
  --js-black-a72:rgba(0,0,0,.72);
  --js-black-a56:rgba(0,0,0,.56);
  --js-black-a14:rgba(0,0,0,.14);
  --js-black-a08:rgba(0,0,0,.08);
  --js-ivory-a88:rgba(245,240,230,.88);
  --js-black-a88:rgba(0,0,0,.88);
  --js-black-a56:rgba(0,0,0,.56);
}
