/* Design tokens: change the look of the whole site here. */
:root{
  /* brand: navy scale built on the logo blue, plus brass */
  --navy:#091a27; --navy-2:#0e2334; --navy-3:#163046; --navy-0:#051019;
  --logo-blue:#0195f6; --brand:#0272bd;
  --brass:#c9a45c; --brass-l:#ddc088; --brass-d:#8f6f2f;
  --ivory:#efeadf; --ivory-2:#c9c5b9;
  /* neutrals for light sections */
  --paper:#fff; --gallery:#f4f6f7; --ink:#0b1722; --ink2:#34424f; --mut:#55636f; --line:#d8dee3;
  --line-d:rgba(239,234,223,.16);
  --focus:#0272bd;
  /* type */
  --f-display:'Bodoni Moda','Didot','Bodoni 72',Georgia,serif;
  --f-body:'Instrument Sans','Segoe UI',system-ui,sans-serif;
  /* layout */
  --wrap:1280px; --hdr-h:76px;
}
