

h1,
h2,
h3,
p {
  margin-block-start: 0;
  margin-block-end: 0;

  a {
    text-decoration: underline;
  }
}

h1,
h2,
h3,
a,
strong {
  font-weight: bold;

  a {
    text-decoration: underline;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: $zim_green;

  a {
    text-decoration: underline;
  }
}

a,
p,
strong {
  color: $text_primary;
}

h1 {
  font-size: 75px;
  line-height: 1.17;
  margin-bottom: 50px;
}

h2 {
  font-size: 40px;
  line-height: 1.25;
  margin-bottom: 35px;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.33;
}

p,
span,
ul li {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;

  &.bold {
    font-weight: bold;
  }
}

strong {
  font-weight: bold;
}

small {
  font-weight: normal;
}

@media only screen and (max-width: $breakpoint_notebook) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.4rem;
    line-height: 1.305;
  }

  h3 {
    font-size: 1.1rem;
    line-height: 1.415;
  }

  p,
  span,
  ul li,
  a,
  strong {
    font-size: 0.8rem;
    line-height: 1.565;
  }

  i, div {
    font-size: 0.8rem;
    line-height: 1.63;
  }
}

@media only screen and (max-width: $breakpoint_medium) {
  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.1rem;
    line-height: 1.36;
  }

  h3 {
    font-size: 1rem;
    line-height: 1.5;
  }

  p,
  span,
  ul li,
  a,
  strong {
    font-size: 0.8rem;
    line-height: 1.63;
  }

  i, div {
    font-size: 0.8rem;
    line-height: 1.63;
  }
}

