@font-face {
  font-family: "Public Sans";
  src: url("/blog/site/fonts/public-sans-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Public Sans";
  src: url("/blog/site/fonts/public-sans-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Public Sans";
  src: url("/blog/site/fonts/public-sans-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Archivo";
  src: url("/blog/site/fonts/archivo-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.scoop-substrate,
.scoop-substrate * {
  box-sizing: border-box;
}

.scoop-substrate {
  min-width: 0;
  margin: 0;
  background: #FFFFFF;
  color: #141618;
  font-family: "Public Sans", Arial, Helvetica, sans-serif;
  font-synthesis: none;
}

.scoop-substrate a {
  color: #12419E;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.scoop-substrate a:focus-visible {
  outline: 3px solid #6D28D9;
  outline-offset: 3px;
}

.scoop-substrate .masthead {
  display: flex;
  width: min(288px, 100%);
  min-height: 82px;
  align-items: center;
}

.scoop-substrate .masthead__link {
  color: #141618;
  font-family: "Archivo", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.story-page .story-page__frame,
.substrate-error .substrate-error__frame {
  width: calc(100% - 32px);
  max-width: 672px;
  margin: 0 16px;
}

.story-page .story-page__article,
.story-page .story-page__body {
  min-width: 0;
}

.story-page .story-page__headline {
  margin: 24px 0 0;
  color: #141618;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  overflow-wrap: break-word;
  text-align: left;
  text-indent: 0;
  hyphens: manual;
}

.story-page .story-page__byline {
  margin: 24px 0 0;
  color: #141618;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.story-page .story-page__dateline {
  margin: 8px 0 0;
  color: #4A5056;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.story-page .story-page__body {
  display: flow-root;
  margin-top: 32px;
  color: #141618;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  overflow-wrap: break-word;
  text-align: left;
  text-indent: 0;
  hyphens: manual;
}

.story-page .story-page__body > * {
  margin: 0;
}

.story-page .story-page__body > p + p {
  margin-top: 16px;
}

.story-page .story-page__body > h2 {
  margin-top: 48px;
  color: #141618;
  font-size: 27px;
  font-weight: 700;
  line-height: 33px;
  overflow-wrap: break-word;
  text-align: left;
  hyphens: manual;
}

.story-page .story-page__body > h2 + p {
  margin-top: 16px;
}

.story-page .story-page__body > h3 {
  margin-top: 32px;
  color: #141618;
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
  overflow-wrap: break-word;
  text-align: left;
  hyphens: manual;
}

.story-page .story-page__body > h3 + p {
  margin-top: 12px;
}

.story-page .story-page__body > p + figure,
.story-page .story-page__body > figure + figure {
  margin-top: 32px;
}

.story-page .story-page__body > figure + p {
  margin-top: 32px;
}

.story-page .story-page__body > figure + h2 {
  margin-top: 48px;
}

.story-page .story-page__body figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  background: #D4D8DC;
  object-fit: cover;
}

.story-page .story-page__body figcaption {
  margin-top: 12px;
}

.story-page .story-page__figure-caption,
.story-page .story-page__figure-credit {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.story-page .story-page__figure-caption {
  color: #141618;
}

.story-page .story-page__figure-credit {
  margin-top: 4px;
  color: #4A5056;
}

.story-page .story-page__body a {
  color: #12419E;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
}

.story-page .story-page__rule {
  width: 100%;
  height: 0;
  margin: 48px 0 0;
  border: 0;
  border-top: 1px solid #D4D8DC;
}

.substrate-error .substrate-error__main {
  margin-top: 24px;
  padding-bottom: 48px;
}

.substrate-error .substrate-error__headline {
  margin: 0;
  color: #141618;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  overflow-wrap: break-word;
  hyphens: manual;
}

.substrate-error .substrate-error__message {
  margin: 24px 0 0;
  color: #141618;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
}

.substrate-error .substrate-error__route {
  display: inline-block;
  min-height: 44px;
  margin-top: 16px;
  padding: 7px 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
}

@media (max-width: 751px) {
  .story-page .story-page__body {
    /* Match the approved 320 px frame's Public Sans wrap with the vendored face. */
    letter-spacing: 0.005px;
  }
}

@media (min-width: 752px) {
  .story-page .story-page__frame,
  .substrate-error .substrate-error__frame {
    margin: 24px auto 0;
  }

  .story-page .story-page__headline {
    margin-top: 48px;
    font-size: 48px;
    line-height: 56px;
  }

  .substrate-error .substrate-error__main {
    margin-top: 48px;
  }

  .substrate-error .substrate-error__headline {
    font-size: 48px;
    line-height: 56px;
  }
}
