* {
  font-family: var(--font--family);
  font-style: var(--font--style);
  font-weight: var(--font--weight);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: var(--font--size-regular);
  line-height: var(--font--size-regular-line-height);
}

.numeral-8 {
  font-feature-settings: "ss06" 0;
}

.opening-quote-mark {
  margin-left: -0.406em;
}
