/* @import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap'); */


html {
  font-size: 14px; /* Very small screens */
    font-size: 15px;
    font-size: 16px;
}

@media (min-width: 400px) {
  html {
    font-size: 14px;
    font-size: 15px;
    font-size: 16px;
  }
}

@media (min-width: 576px) {
  html {
    font-size: 14px;
    font-size: 15px;
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  html {
    font-size: 15px;
    /* font-size: 16px; */
  }
}

@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 17px;
  }
}

@media (min-width: 1400px) {
  html {
    font-size: 18px;
  }
}

@media (min-width: 2100px) {
  html {
    font-size: 19px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Jost', 'Sans-Serif';
  color: black;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

h1 {
  font-size: 2.5rem; 
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.020em;
  text-transform: uppercase;
  white-space: nowrap;
}

h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.020em;
  text-transform: uppercase;
  /* white-space: nowrap; */
}

h3 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.015em;
  text-transform: uppercase;
}

h4 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.015em;
  text-transform: uppercase;
}

h5 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.005em;
  text-transform: uppercase;
}

h6 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0em;
  text-transform: uppercase;
}

p {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 150%;
}

li {
  line-height: 150%;
  margin-bottom: 1rem;
}
