/**
 * @file
 * The fonts used on this website
 *
 * Each fonts have their own weight and styles.
 *
 */
.layout-container {
  font-family: 'Poppins', sans-serif;
}
p {
  font-weight: 400;
}
h2 {
  font-weight: 700;
  text-align: center;
  font-size: 1.5rem;
}
.field--name-field-title span {
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
}
.field--name-field-text > p {
  text-align: center;
  font-weight: 400;
  font-size: 1.125rem;
  color: #707070;
}
.form-composite > legend,
form label {
  color: #24387F;
  font-family: 'Cabin', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}
@media all and (min-width: 1000px) {
  .field--name-field-text > p {
    font-size: 1.25em;
  }
}
@media all and (min-width: 1200px) {
  .field--name-field-title > h2 {
    font-size: 1.8rem;
  }
}
