@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;500;600;700&display=swap');
:root{
  --gold:#c39e65;--bronze:#af8651;--ink:#1c1a17;--charcoal:#2b2723;--deep:#14120f;
  --cream:#f7f3ec;--ivory:#fcfaf6;--sand:#ece4d6;--paper:#fff;--muted:#746d63;
  --success:#53715b;--warning:#a66f34;--error:#9b4b43;--line:rgba(43,39,35,.16);
  --serif:Larken,"Iowan Old Style","Baskerville",Georgia,serif;--sans:"Source Sans 3","Source Sans Pro",Arial,sans-serif;
  --shadow:0 22px 60px rgba(25,20,14,.13);--shadow-dark:0 24px 70px rgba(0,0,0,.3);
  --r-sm:6px;--r:12px;--r-lg:24px;--max:1360px;--ease:cubic-bezier(.2,.7,.2,1)
}
