body {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}


h1, h2, h3, h4, h5, h6 {
  font-family: "PT Serif", Georgia, serif;
  font-style: normal;
  font-weight: 700;
}

p {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  color: #444444;
}

label {
  font-size: 1.125rem;
}

span {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 1.125rem !important;
  color: #444444 !important;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {


}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {


}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {


}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {


}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {


}

