p {
  font-family: "Work Sans", serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.3%;
  color: #19191B;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  p {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  p {
    font-size: 14px;
  }
}

b, strong {
  font-weight: 700;
}

h1 {
  font-family: "Hobo std", serif;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -1%;
  color: #19191B;
  line-height: 1.2;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-family: "Hobo std", serif;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: -0.5%;
  color: #19191B;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-family: "Hobo std", serif;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: -0.3%;
  color: #19191B;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-family: "Hobo std", serif;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: -0.3%;
  color: #19191B;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 24px;
  }
}
