html,
body {
  color: var(--aurum-text);
  font-family:
    Inter,
    "Segoe UI",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  font-size: 15px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4 {
  color: var(--aurum-text);
  font-weight: 700;
  letter-spacing: -.025em;
}

a {
  color: inherit;
}
