:root {
  --font-body-scale: 0.85;
  --font-heading-scale: 0.99;
}

html {
  font-size: calc(var(--font-body-scale) * 62.5%) !important;
}