/* Communion Press — v1
   locked January 2026
*/

@font-face {
  font-family: "Cormorant";
  src: url("fonts/Cormorant-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Cormorant";
  src: url("fonts/Cormorant-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}


html, body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 14px;
  line-height: 1.55;
}


.nav a {
  text-transform: lowercase;
}

main {
  max-width: 46rem;
  padding: 2rem 1.25rem;
}

header h1 {
  font-size: 1rem;
  font-weight: normal;
  margin: 0 0 1.75rem 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}



h2, h3 {
  font-weight: normal;
}

h2 {
  font-size: .9rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 1.25rem 0;
}

h3 {
  font-size: 1rem;
  font-weight: normal;
  margin: 0 0 0.75rem 0;
}

h4 {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  letter-spacing: 0.06em;
}

hr {
  border: 0;
  border-top: 1px solid #000;
  margin: 1rem 0 2rem 0;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #000;
}

/* Keyboard focus (minimal, accessible) */
a:focus-visible {
  outline: 1px solid #000;
  outline-offset: 2px;
}

/* Vertical nav */
.nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav li {
  margin: 0 0 0.25rem 0;
}

.nav a[aria-current="page"] {
  color: #555;
}

.nav a[aria-current="page"]::after {
  content: " *";
}

/* Small supporting text */
.small {
  font-size: 0.95em;
}

.book {
  margin: 1.25rem 0 2rem 0;
  font-size: 0.9rem;
}

.book img {
  max-width: 160px;
  height: auto;
  display: block;
  margin: 0.75rem 0;
}

.imprint-title {
  font-family: "Cormorant", Georgia, "Times New Roman", serif;
  font-weight: 700;
}

