body,
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: var(--fontstyle);
}

:root {
  --fontstyle: "Merriweather";
}