/* Web typography */
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
a:last-child,
small:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5{
  color: #006431;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
}

p,
small {
  color: #322C28;
  margin: 0 0 30px;
}

a {
  color: #006431;
}

a:hover {
  color: #006431;
}

h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 85px;
  line-height: 1.2;
  text-transform: uppercase;
}


h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.2;
}

h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
}

h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
}

h5 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}

h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.5;
  color: #322C28;
}

body,
p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
}

p.small-text,
small {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

a {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: none;
  word-break: break-word;
}

a:hover {
  text-decoration: underline;
}

a.button-link {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.5;
  text-decoration: none;
  color: #fff;
  background-color: var(--iday-green);
  padding: 15px 30px;
  border-radius: 15px;
  display: inline-block;
  border: 1px solid var(--iday-green);
}

a.button-link:hover {
  background-color: #FFFFFF;
  text-decoration: none;
  color: var(--iday-green);
  border: 1px solid var(--iday-green);
}

/* Desktop typography */
@media (max-width: 1920px) {
  h1 {
    font-size: 70px;
  }

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 40px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 18px;
  }

  body,
  a,
  p {
    font-size: 18px;
  }

  p.small-text,
  small {
    font-size: 16px;
  }

}

/* Tablet typography */
@media (max-width: 1280px) {
  h1 {
    font-size: 75px;
  }

  h2 {
    font-size: 55px;
  }

  h3 {
    font-size: 50px;
  }

  h4 {
    font-size: 34px;
  }

  h5 {
    font-size: 26px;
  }

  h6 {
    font-size: 23px;
  }

  body,
  a,
  p {
    font-size: 20px;
  }

  p.small-text,
  small {
    font-size: 18px;
  }
}

/* Mobile typography */
@media (max-width: 768px) {
  h1 {
    font-size: 65px;
  }

  h2 {
    font-size: 57px;
  }

  h3 {
    font-size: 52px;
  }

  h4 {
    font-size: 36px;
  }

  h5 {
    font-size: 28px;
  }

  h6 {
    font-size: 25px;
  }

  body,
  a,
  p {
    font-size: 22px;
  }

  p.small-text,
  small {
    font-size: 20px;
  }
}

/* Mobile typography */
@media (max-width: 500px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  body,
  a,
  p {
    font-size: 16px;
  }

  p.small-text,
  small {
    font-size: 14px;
  }
}
