body {
  color: var(--body-color);
  font-size: 16px;
  font-weight: var(--body-font-weight);
  line-height: 1.6;
  font-family: var(--body-font-family);
}
a {
  text-decoration: none;
}