@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&display=swap');
@import url("https://use.typekit.net/aau0ecm.css");

/*FONT STYLES*/

h1.article-title__heading, h3.paragraph--type--heading, div.paragraph--type--pullquote {
  font-family: 'Newsreader', serif;
  font-weight: 735;
}

h3.paragraph--type--heading {
  color: #1a0d44;
  font-size: 2rem !important;
}

.introquote {
 display: flex;
 align-items: flex-start;
}

.introquote::before {
 content: '“';
 font-size: 3em;
 color: #F7931D;
 line-height: 0.8;
 flex-shrink: 0;
}

.introquote::after {
  content: '”';
  font-size: 3em;
  color: #F7931D;
  line-height: 0.8;
  flex-shrink: 0;
}

.chapter {
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.25rem;
  letter-spacing: 4px;
  text-transform: uppercase;
}

div.paragraph--type--pullquote {
  color: #1a0d44;
}
.attribution {
  font-family: 'Newsreader', serif;
  color: #1a0d44;
}


header.article-header .meta.meta--default.p-mb-last-child-0, .share-icons__wrapper {
  display: none;
}
