strong {
  font-weight: 550;
}

em {
  font-weight: 350;
}

h3 {
  margin-top: 2rem;
  font-weight: 550;
  color: black;
}

h5 {
  margin-top: 1.5rem;
}

h6 {
  font-size: 1rem;
  font-weight: 550;
  color:darkslategray;
}

figure.content {
    display: grid;
    align-content: center;
    justify-content: center;
}

figure.content img {
    width: 100vw;
    max-width: 500px;
}

hr.grad {
    border: 0;
    height: 1px;
    background: linear-gradient(to right, rgba(0, 0, 0, .1), rgba(0, 0, 0, 1), rgba(0, 0, 0, .1));
}

@font-face {
  font-family: "Reckless";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("/fonts/RecklessNeue-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Reckless";
  font-style: italic;
  font-weight: normal;
  font-display: swap;
  src: url("/fonts/RecklessNeue-LightItalic.woff2") format("woff2");
}

blockquote {
  font-family: "Reckless", serif;
  font-size: 1.15rem !important;
}

.blockquote-footer {
    margin-top: -0.5rem;
}

.image-container {
  display: flex;
  justify-content: space-evenly;
}
