body {
  font-family: "Niramit", sans-serif;
  font-weight: 300;
  font-style: normal;
}

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

em, .italic {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6, .title {
  font-family: "Assistant", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}

h1 {
  font-size: 3rem;
  line-height: 3.2rem;
}

h2 {
  font-size: 2rem;
  line-height: 2.2rem;
}

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

h4 {
  font-size: 1.25rem;
  line-height: 1.45rem;
}

h5 {
  font-size: 1rem;
  line-height: 1.2rem;
}

h6 {
  font-size: 0.7rem;
  line-height: 0.9rem;
}

p, ol, ul {
  font-size: 1rem;
  line-height: 1.2rem;
}

p.large, ol.large, ul.large {
  font-size: 1.4rem;
  line-height: 1.7rem;
}

ol, ul {
  line-height: 3rem;
}

ol.large, ul.large {
  line-height: 4rem;
}

ol>li, ul>li {
  line-height: 2rem;
  margin-bottom: 1rem;
}

ol.skinny>li, ul.skinny>li {
  margin-bottom: 0;
}

ol.large>li, ul.large>li {
  line-height: 2.5rem;
  margin-bottom: 1.5rem;
}

small {
  font-size: 0.8rem;
}

@media (min-width: 1024px) {
  h1 {
    font-size: 4rem;
    line-height: 4.2rem;
  }

  h2 {
    font-size: 3rem;
    line-height: 3.2rem;
  }

  h3 {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }

  h5 {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  h6 {
    font-size: 0.875rem;
    line-height: 1.1rem;
  }

  p, ol, ul {
    font-size: 1.25rem;
    line-height: 1.45rem;
  }

  p.large, ol.large, ul.large {
    font-size: 1.5rem;
    line-height: 1.85rem;
  }

  p {
    line-height: 1.5rem;
  }

  ol, ul {
    line-height: 3rem;
  }
}

h1.center, h2.center, h3.center, h4.center, h5.center, h6.center, p.center {
  text-align: center;
}


h1, h1.light, h2, h2.light, h3, h3.light, h4, h4.light, h5, h5.light, h6, h6.light {
  color: var(--primary-dark-color);
}

h1.dark, h2.dark, h3.dark, h4.dark, h5.dark, h6.dark {
  color: var(--primary-light-color);
}

address {
  line-height: 1.4rem;
}

mark {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  white-space: pre-wrap;
}

mark, mark.light {
  color: var(--primary-light-color);
  background-color: var(--primary-dark-color);
}

mark.dark {
  color: var(--primary-dark-color);
  background-color: var(--primary-light-color);
}

.text-white {
  color: var(--white-color);
}

.text-black {
  color: var(--black-color);
}

.text-primary {
  color: var(--primary-color);
}

.text-primary-light {
  color: var(--primary-light-color);
}

.text-primary-dark {
  color: var(--primary-dark-color);
}

.text-secondary {
  color: var(--secondary-color);
}
