/* Hides the Book module's Previous/Up/Next pager links */
.book-pager {
  display: none !important;
}

.text-content {
    font-family: "PT Sans";
}

html {
    font-size: 16px; /* Mobile */
}

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

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

h1 {
    font-size: 2.25rem;           /* 36px base */
    line-height: 1.25;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

h2 .node__title .teaser__title {
    font-size: 1.167rem;           /* 36px base */
    line-height: 1.25;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

p {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 1.5rem;
    font-weight: 400;
    color: rgb(34,34,34);
}
