@font-face {
  font-family: Neue-Montreal;
  src: url(Assets/PPNeueMontreal-Light.woff2);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Neue-Montreal;
  src: url(Assets/PPNeueMontreal-Italic.woff2);
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: Neue-Montreal;
  src: url(Assets/PPNeueMontreal-Medium.woff2);
  font-weight: 700;
  font-style: normal;
}

html {
  max-width: 45ch;
  padding: 1em;
  margin: auto;
  line-height: 1.25;
  font-size: 1.25em;
  font-family: Neue-Montreal, sans-serif;
  background-color: #79BE70;
  color: #046A38;
}

h1 {
  font-weight: 700;
  text-align: center;
}

a {
  color: #046A38;
}

ul {
  margin-top: -1em;
  list-style-type: "⮡ ";
}

details>summary {
  cursor: pointer;
}

details>ul {
  margin: .5em 0;
  list-style-type: none;
}

img {
  box-sizing: border-box;
  display: block;
  margin: 1em auto;
  width: 100%;
  border: .35em solid #046A38;
}

.caligraphy img {
  border: none;
}