*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: #261B40;
  color: white;
  font-family: tribute, Georgia, serif;
}

a {
  color: inherit;
}

.extract-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 16px 30px;
  background-color: #261B40;
  width: 100%;
  font-family: brother-1816, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #E6CC4D;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.extract-back svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.extract-back:hover, .extract-back:focus-visible {
  color: white;
}

.extract {
  max-width: 680px;
  margin: 0 auto;
  padding: 60px 30px 120px;
  position: relative;
}
.extract__cover {
  display: none;
}
@media (min-width: 1080px) {
  .extract__cover {
    display: block;
    position: fixed;
    top: 60px;
    left: 30px;
    width: 150px;
  }
  .extract__cover img {
    width: 100%;
    display: block;
    border-radius: 2px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
  }
}
.extract__title {
  margin-bottom: 72px;
}
.extract__label {
  font-family: brother-1816, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #E6CC4D;
  margin-bottom: 16px;
}
.extract__heading {
  font-family: tribute, Georgia, serif;
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 400;
}
.extract__prose p {
  font-family: brother-1816, Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.5;
  text-indent: 2em;
}
.extract__prose section {
  margin-top: 72px;
}
.extract__prose section p:first-of-type {
  text-indent: 0;
}
.extract__prose section h2 {
  font-family: brother-1816, Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #E6CC4D;
  margin-bottom: 32px;
}
.extract__prose .extract__timestamp {
  font-family: brother-1816, Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 10px;
}
.extract__prose .extract__intro {
  font-style: italic;
  color: rgba(255, 255, 255, 0.8);
  border-left: 2px solid #E6CC4D;
  padding-left: 20px;
  margin-bottom: 2em;
}
.extract__prose .extract__message {
  font-style: italic;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.75);
}
.extract__prose .extract__copyright {
  display: block;
  margin-top: 72px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-family: brother-1816, Arial, sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  color: rgba(255, 255, 255, 0.35);
  line-height: 1.6;
}
.extract__prose .extract__copyright em {
  font-style: normal;
}

/*# sourceMappingURL=extract.css.map */
