/* BBC article typography from land */
/* rem values converted to px (BBC uses 16px root; page html is 21px) */

#article_title,
#gazeta_article_body,
#gazeta_article_body .art_content,
.top_section {
  font-family: ReithSans, Helvetica, Arial, freesans, sans-serif;
  font-feature-settings: 'ss01' off;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

#article_title {
  font-family: ReithSerif, Helvetica, Arial, freesans, sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.125;
  color: #141414;
}

@media (min-width: 600px) {
  #article_title {
    font-size: 44px;
    line-height: 1.0909090909090908;
  }
}

.art_content {
  color: #141414;
  font-family: ReithSans, Helvetica, Arial, freesans, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
}

.art_content p,
.art_content .art_paragraph,
.art_content li {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.art_content .art_sub_title,
.art_content h2 {
  font-family: ReithSans, Helvetica, Arial, freesans, sans-serif;
  font-weight: 700;
  font-feature-settings: 'ss01' off;
  font-size: 24px;
  line-height: 1.375;
  color: #141414;
}

.art_content .article_title {
  font-family: ReithSans, Helvetica, Arial, freesans, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  color: #141414;
}

@media (min-width: 600px) {
  .art_content .article_title {
    font-size: 18px;
    line-height: 1.222222222222222;
  }
}

.gazeta_article_lead {
  font-family: ReithSans, Helvetica, Arial, freesans, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  color: #141414;
}

@media (min-width: 600px) {
  .gazeta_article_lead {
    font-size: 18px;
    line-height: 1.222222222222222;
  }
}

.article_author,
.date_section,
.article_date {
  font-family: ReithSans, Helvetica, Arial, freesans, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2307692307692308;
  color: #545658;
}

.author_prefix {
  font-family: inherit;
}

.art_content a {
  color: #B80000;
}

.art_content a:hover,
.art_content a:active {
  color: #B80000;
  text-decoration: underline;
}
