:root {
  --base-font: 'Lato', 'Open Sans', sans-serif;
  font-family: var(--base-font);
}

body {
  font-size: 14px;
  margin: 0;
  line-height: 1;
}
