body {
  font-family: var(--fonts-web);
  font-weight: normal;
}

h4 {
  font-family: var(--fonts-web);
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  margin: 0;
}

@media screen and (min-width: 768px) {
  h4 {
    font-size: 32px;
  }
}

h5 {
  font-family: var(--fonts-web);
  font-weight: 500;
  line-height: 120%;
  margin: 0;
  font-size: 22px;
}

@media screen and (min-width: 768px) {
  h5 {
    font-size: 24px;
  }
}

p {
  font-family: var(--fonts-web);
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
  }
}

a {
  font-family: var(--fonts-web);
  text-decoration: underline;
  margin: 0;
}

.sub-text {
  font-size: 12px;
  line-height: 150%;
}

.font-medium {
  font-weight: 500;
}

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