@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,600;1,9..144,400&family=Inter:wght@400;500;600;700&display=swap');

:root {
  /* Colour palette — Direction B "Desert Light" */
  --ink:    #f3ede2;   /* page background — warm sand */
  --panel:  #ece2d3;
  --panel2: #faf6ef;
  --text:   #2a2620;
  --mut:    #6c6356;
  --faint:  #8c8474;
  --bronze: #b5552d;   /* terracotta accent */
  --bronze2:#c8693d;
  --sage:   #4a5d4f;   /* CTA band */
  --line:   rgba(42,38,32,.14);

  /* Typography */
  --serif: 'Fraunces', Georgia, serif;
  --sans:  'Inter', system-ui, sans-serif;

  /* Layout */
  --maxw: 1180px;
}
