body {
  font-family: var(--sv-font-sans);
  font-size: var(--sv-fs-body);
  line-height: var(--sv-lh-body);
  color: var(--sv-color-ink);
  background: var(--sv-color-surface);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--sv-font-serif);
  font-weight: 400;
  line-height: var(--sv-lh-heading);
  color: var(--sv-color-charcoal);
  letter-spacing: -0.02em;
}

h1 { font-size: var(--sv-fs-h1); }
h2 { font-size: var(--sv-fs-h2); }
h3 { font-size: var(--sv-fs-h3); }

.sv-display {
  font-family: var(--sv-font-serif);
  font-size: var(--sv-fs-display);
}

a {
  color: var(--sv-color-gold);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}

a:hover,
a:focus-visible {
  color: var(--sv-color-charcoal);
}
