.outline {
  outline: 1px solid red;
}
@font-face {
  font-family: 'connoisseursregular';
  src: url('fonts/connoisseurs-webfont.woff2') format('woff2'), url('fonts/connoisseurs-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  src: url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,700;1,400;1,700&display=swap') format('truetype');
}
.page-heading {
  position: relative;
}
.page-heading h1 {
  font-family: connoisseursregular;
  color: #462e0a;
}
.page-heading a:hover {
  text-decoration: none;
}
.page-heading #debug {
  position: absolute;
  top: 0;
  left: 0;
}
blockquote {
  font-family: 'EB Garamond', arial;
  font-weight: 400;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C" "\201D" "\2018" "\2019";
  font-size: 100%;
}
blockquote:before {
  font-family: 'EB Garamond', arial;
  font-weight: 700;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote:after {
  font-family: 'EB Garamond', arial;
  font-weight: 700;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-left: 0.2em;
  vertical-align: -0.4em;
}
blockquote p:last-child {
  display: inline;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
