*::selection {
  background: #79dea8;
  color: white;
}
*::-moz-selection {
  background: #79dea8;
  color: white;
}
*:active, *:focus {
  outline-color: #79dea8;
}

body {
  font-family: "Graphie";
  font-weight: normal;
}

.layout-container h1 {
  font-family: "SangBleuEmpire";
  -webkit-font-smoothing: auto;
  font-size: 3.6rem;
  font-weight: normal;
}
@media (min-width: 769px) {
  .layout-container h1 {
    font-size: 4.7rem;
  }
}

figure {
  margin: 0 20px;
}
figure.align-left {
  margin-left: 0;
}
figure.align-right {
  margin-right: 0;
}
figure figcaption {
  font-size: 0.8em;
}

a {
  color: #1d1d1b;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #1d1d1b;
  text-underline-position: under;
}