/**
 * @file
 * Subtheme specific CSS.
 */
 body {
  font-family: 'Roboto', Arial, sans-serif !important;
  font-size: 16px !important;
}
.region-content {
  font-size:18px !important;
}
.site-footer {
  font-size: 15px !important;
}
@media screen and (min-width: 1200px) {
  .site-footer {
    min-height: 550px;
  }
}
/*
 h1, h2, h3 {
   font-family: 'Faustina', Arial, sans-serif !important;
 }
 */
 .sliderHeadline {
   font-family: 'Faustina', Georgia, serif !important;
   font-weight: 700 !important;
 }
  .slider-item[data-mdtclass="sliderHeadline"] {
    font-family: 'Faustina', Georgia, serif !important;
    font-weight: 700 !important;
  }
.sliderText {
  font-family: 'Roboto', Arial, sans-serif !important;
}
