:root {
  --cream: #F7F3EC;
  --paper: #FCFAF6;
  --linen: #EFE7D8;
  --navy: #16304F;
  --ink: #0A1621;
  --maroon: #9B2427;
  --lift: #C43336;
  --peacock: #0F4F52;
  --gold: #C3A268;
  --brass-hi: #E2CB99;
  --brass-lo: #8A6C33;
  --border: #E6DAC4;
  --body: #5B6B7A;
  --muted: #7D7161;

  --serif: "Cormorant Garamond", Cormorant, Georgia, serif;
  --sans: "Jost", Futura, "Century Gothic", system-ui, sans-serif;

  --brass-rule: linear-gradient(90deg, var(--brass-lo), var(--gold) 28%, var(--brass-hi) 50%, var(--gold) 72%, transparent);
  --ease-reveal: cubic-bezier(.16, 1, .3, 1);
  --dur-reveal: 720ms;
  --radius: 2px;
  --col: 1120px;
}
