/*
* Font files used by theme
*/
@font-face {
  font-display: fallback;
  font-family: "Silka";
  font-style: normal;
  font-weight: normal;
  src:
    url("/assets/silka-regular-webfont-f5d56de0.woff2") format("woff2"),
    url("/assets/silka-regular-webfont-df3032c5.woff") format("woff");
}
@font-face {
  font-display: fallback;
  font-family: "Silka";
  font-style: normal;
  font-weight: bold;
  src:
    url("/assets/silka-bold-webfont-19129364.woff2") format("woff2"),
    url("/assets/silka-bold-webfont-9236eeae.woff") format("woff");
}
@font-face {
  font-display: fallback;
  font-family: "Silka";
  font-style: normal;
  font-weight: 600;
  src:
    url("/assets/silka-semibold-webfont-33cb2603.woff2") format("woff2"),
    url("/assets/silka-semibold-webfont-6cf428ed.woff") format("woff");
}

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family:
    Silka,
    Source Sans Pro,
    sans-serif;
  line-height: 1.5556;
  letter-spacing: 0;
  color: #2c3647;
  background: white;
}

h1 {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 3.375rem;
  letter-spacing: 0;
  text-align: left;
}

article .top-wrapper {
  display: flex;
  justify-content: space-between;
}

article {
  margin: 0 auto;
  padding: 0 0.5rem 3rem;
  max-width: 40rem;
}

article header {
  text-align: center;
}

article #subject {
  font-size: 2.25rem;
  font-weight: normal;
  line-height: 1.2;
  margin-top: 16px;
  margin-bottom: 16px;
}

article #article-info {
  margin-top: 2rem;
  color: #627085;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

article #ingress p {
  font-style: italic;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
}
p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

article #media-links img {
  width: 100%;
  color: #627085;
}

.pdf-icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}
.pdf-icon svg {
  width: 100%;
  height: 100%;
}

article #media-links .doublepage-link {
  display: block;
}

article #media-links #single-page-links {
  text-align: right;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}

article #media-links .singlepage-link {
  text-decoration: none;
}

article #pdf-only-links {
  margin-top: 1rem;
}

article #pdf-only-links .singlepage-link {
  text-align: left;
  text-decoration: none;
}

article #pdf-only-links .singlepage-link img,
article #media-links .singlepage-link img {
  width: 298px;
}

article #ingress,
article #body {
  text-align: left;
  text-justify: inter-word;
}

article #legal {
  margin-top: 1rem;
}

hr {
  border: 0;
  border-top: 1px solid #d9dfe9;
  margin: 5rem 0 3rem;
}

footer {
  color: #606060;
  font-style: italic;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-align: center;
}
