html {
  font-family: var(--font-body);
  color: var(--color-white);
  background: var(--color-black);
  -webkit-font-smoothing: none;
  text-rendering: geometricPrecision;
}

body {
  font-size: 1rem;
  line-height: 1.4;
}

h1 {
  font-family: var(--font-display);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--letter-spacing-wide);
  text-transform: uppercase;
}
