@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;1,400&family=Special+Elite&display=swap');

* { box-sizing: border-box; margin: 0; padding: 0; }

html, body { background: #b9a888; }

body {
  font-family: "EB Garamond", "Times New Roman", Times, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #2a2218;
}

a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
a:hover { text-decoration-thickness: 2px; }

.letter {
  width: 680px;
  max-width: 100%;
  margin: 22px auto 48px;
  background: #f7f1e3;
  padding: 0 0 48px;
}

.site-chrome {
  padding: 22px 40px 0;
}

.site-name {
  font-family: "Special Elite", "Courier New", Courier, monospace;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-align: center;
}

.site-name a { text-decoration: none; }

.nav {
  font-family: "Special Elite", "Courier New", Courier, monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
  margin-top: 8px;
}

.nav a { text-decoration: none; }
.nav a:hover { text-decoration: underline; text-underline-offset: 3px; }
.nav .sep { margin: 0 0.7em; opacity: 0.55; }

.rule {
  border: none;
  border-top: 1px solid #2a2218;
  margin: 12px 0 0;
}

.body {
  padding: 28px 40px 0;
}

h1 {
  font-family: "EB Garamond", "Times New Roman", Times, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 1.18;
  margin: 0 0 16px;
}

.lede {
  font-size: 18px;
  margin: 0 0 22px;
}

p { margin: 0 0 13px; }

.sec-title {
  font-family: "Special Elite", "Courier New", Courier, monospace;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin: 24px 0 10px;
}

.doors {
  margin-top: 28px;
}

.doors p {
  margin: 0 0 8px;
}

.archive-list {
  list-style: none;
  margin: 8px 0 0;
}

.archive-list li {
  margin: 0 0 10px;
}

.archive-date {
  font-family: "Special Elite", "Courier New", Courier, monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 2px;
}

.note {
  font-family: "Special Elite", "Courier New", Courier, monospace;
  font-size: 11px;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin: 18px 0 0;
}

.foot {
  margin-top: 26px;
  padding-top: 8px;
  border-top: 1px solid #2a2218;
  font-family: "Special Elite", "Courier New", Courier, monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Brief article extras */
.mast {
  font-family: "Special Elite", "Courier New", Courier, monospace;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-align: center;
  margin-top: 18px;
}

.mast-date {
  font-family: "Special Elite", "Courier New", Courier, monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
  margin-top: 4px;
}

.cover-wrap { margin: 14px 0 0; }
.cover { display: block; width: 100%; height: auto; }

.cap {
  font-family: "Special Elite", "Courier New", Courier, monospace;
  font-size: 11px;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin: 8px 0 20px;
}

.src {
  font-family: "Special Elite", "Courier New", Courier, monospace;
  font-size: 11px;
  letter-spacing: 0.03em;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin: -4px 0 14px;
}

.src a { color: inherit; text-decoration: underline; }

.try ol { margin: 6px 0 12px 1.25em; }
.try li { margin: 0 0 8px; }
.sign { margin-top: 20px; }

.brief-body { padding: 12px 40px 0; }

@media print {
  html, body { background: #f7f1e3; }
  .letter { margin: 0 auto; width: 100%; }
}

@media (max-width: 720px) {
  .site-chrome, .body, .brief-body { padding-left: 24px; padding-right: 24px; }
}
