:root {
  --font-body: "Inter", system-ui, -apple-system, sans-serif;
  --font-title: "Archivo", system-ui, sans-serif;
}

body {
  font-family: var(--font-body);
}

h1,
h2,
h3,
h4,
h5,
h6,
.amorfs-card-title,
.entity > header,
.amorfs-table th,
.spec-toc summary {
  font-family: var(--font-title);
}
