/* ROSA commercial palette. GENERATED from brand/tokens/tokens.json by
   brand/scripts/check-brand.py --write-css. Never hand-edit.
   Warm cream paper and warm rules. The public site, decks, one-pagers and the DD documents. Anything a reader meets as a piece of ROSA's own marketing. */
:root{
  --navy:#14263E;
  --navy-2:#1B3050;
  --navy-deep:#0E1B2D;
  --navy-soft:#42516A;
  --navy-faint:#8A95A6;
  --on-dark-lede:#DCE2EC;
  --on-dark-list:#CAD3DF;
  --on-dark-body:#C3CDDB;
  --on-dark-close:#B6C1D1;
  --on-dark-note:#8FA0B5;
  --cross:#5E6E84;
  --red:#F12A1F;
  --red-deep:#BE2017;
  --red-bright:#FF4B3E;
  --green:#1E6F49;
  --green-deep:#155138;
  --amber:#9A6608;
  --amber-deep:#7E5407;
  --washg:#EFF4F0;
  --washa:#F8F1DF;
  --washr:#FBECEA;
  --washg-bd:#D6E5DB;
  --washa-bd:#EBDCB6;
  --washr-bd:#F4D2CC;
  --paper:#FBFAF6;
  --paper-2:#F4F1EA;
  --cream:#F3EFE6;
  --rule:#E3DED2;
  --rule-soft:#ECE8DD;
  --tape-line:#C0BAAB;
  --ink:#14263E;
  --shadow:rgba(0,0,0,.35);
  --glow:rgba(56,84,124,.55);
  --glow-soft:rgba(56,84,124,.4);
  --label:#616C80;
  --serif:"Fraunces",Georgia,"Times New Roman",serif;
  --sans:"Nunito Sans",-apple-system,system-ui,sans-serif;
  --mono:"JetBrains Mono",ui-monospace,monospace;
  --wordmark:"Avenir Next","Nunito Sans",sans-serif;
  --maxw:1180px;
  --ease:cubic-bezier(.22,.61,.36,1);
}
