@font-face {
    font-family: 'Redaction_10';
    src: url("tract-o-pelle/font/Redaction_10-Regular.woff2");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Redaction_70';
    src: url("tract-o-pelle/font/Redaction_70-Regular.woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Redaction_10';
    src: url("tract-o-pelle/font/Redaction_10-Bold.woff2");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Redaction_10';
    src: url("tract-o-pelle/font/Redaction_10-Italic.woff2");
    font-weight: normal;
    font-style: italic;
}
body {
  font-family: 'Redaction_10'; 
  font-size: 1.5em;
  margin: 0;
  background: #000;
  color: rgb(128, 127, 127);
}
* {
  font-size: 1em;
  margin: 0;
}
img {
  max-width: 100%;
}
sup {line-height: 0; padding-left: .2em;}

a {
  color: currentColor;
  text-decoration-thickness: 1px;
  text-underline-offset: .15em;
}

.photos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); 
  gap: 150px;
}
@media (max-width:500px) {
  .photos {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 100px;
  }
}
blockquote {
  padding: 0 0 150px ;
  font-size: clamp(1.5em, 6vw, 3em);
  line-height: 1;
  font-family: 'Redaction_70'; 
  text-align: justify;
  text-align-last: justify;
  margin-top: -.1em;
  background-image: linear-gradient(18deg, #835981, #6a816a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: sticky;
  top: -.1em;
  z-index: -1;
}


.intro * {
  display: inline;
}
.text {
  margin:150px 1rem;
  max-width: 55em;
}
.text div {
  margin: 0 0 1em;
  text-wrap: balance;
}