body {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  margin: 0;
}

h1, h2, h3, .site-title {
  font-family: 'Instrument Serif', serif;
}