html {
  // overwrite normalize.css global line-height
  line-height: 1.5;
}

body {
  font-family: $font-default;
  font-weight: 400;
  font-size: 16px;
  color: rgba(black, 0.8);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  text-decoration: none;

  &:link,
  &:visited {
    color: $main-color;
  }

  &:hover,
  &:active {
    color: $sub-color;
  }
}

code {
  font-family: $font-code;
}
