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

:root {
  /* Colour palette — Direction A "Institutional Modern" */
  --ink:    #0b0f14;
  --panel:  #10151b;
  --panel2: #0d1219;
  --text:   #e9e4d9;
  --mut:    #9aa3ac;
  --faint:  #6b7480;
  --bronze: #c9a86a;
  --bronze2:#d9bd86;
  --line:   rgba(201,168,106,.20);

  /* Typography */
  --serif: 'Newsreader', Georgia, 'Times New Roman', serif;
  --sans:  'Inter', system-ui, -apple-system, sans-serif;

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