/**
 * @file
 * Font Families.
 */

/*body*/
body.pff-06 {
  font-family: 'Open Sans', Helvetica Neue, Arial, Sans-serif;
}

/*headings*/
.hff-08 h1,
.hff-08 h2,
.hff-08 h3,
.site-name a {
  font-family: 'Rubik';
}

.hff-08 h4,
.hff-08 h5,
.hff-08 h6,
.hff-08 .tp-caption__title,
.hff-08 .tp-caption__subtitle,
.sff-08 .site-name,
.slff-08 .site-slogan,
.hff-08 .nav-tab__title {
  font-family: 'Roboto Condensed', Arial Narrow, Arial, Sans-serif;
}

/*maintenance page*/
body.maintenance-page {
  font-family: 'Open Sans', Helvetica Neue, Arial, Sans-serif;
}
.maintenance-page h1,
.maintenance-page h2,
.maintenance-page h3,
.maintenance-page h4,
.maintenance-page h5,
.maintenance-page h6,
.maintenance-page .site-name,
.maintenance-page .site-slogan {
  font-family: 'Roboto Condensed', Arial Narrow, Arial, Sans-serif;
}

.block-title--extra-large {
  text-shadow: 1px 2px 2px rgba(0,0,0,0.6);
  color: #ed1d24;
}

.site-subtitle {
  color: #4F8CAD;
}