body {
  background: var(--color-subtle-light);
  font-size: var(--font-size-2);
}

body,
h3,
h4 {
	font-family: var(--font-base);
	font-weight: var(--font-weight-base);
	line-height: var(--line-height-base);
}

h1 {
  font-size: var(--font-size-8);
	font-weight: var(--font-weight-bold);
	line-height: var(--line-height-tight);
}

h2 {
  font-size: var(--font-size-6);
	font-weight: var(--font-weight-bold);
	line-height: var(--line-height-tight);
}

h3 {
  font-size: (var(--font-size-4));
	font-weight: var(--font-weight-bold);
}

h4 {
  font-size: var(--font-size-2);
}

a {
	line-height: var(--line-height-tight);
}

.sub {
  font-variant-position: sub;
}

.super {
  font-variant-position: super;
}
