@charset "UTF-8";
@font-face {
  font-family: "1e16d93adf2708af84624a7ba651cb5ec7b6b55fc80d1f81b23fe9d889887d69";
  src: url("/assets/serif_regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "1e16d93adf2708af84624a7ba651cb5ec7b6b55fc80d1f81b23fe9d889887d69";
  src: url("/assets/serif_italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "1e16d93adf2708af84624a7ba651cb5ec7b6b55fc80d1f81b23fe9d889887d69";
  src: url("/assets/serif_bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "1e16d93adf2708af84624a7ba651cb5ec7b6b55fc80d1f81b23fe9d889887d69";
  src: url("/assets/serif_bold_italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "mono";
  src: url("/assets/mono_regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "mono";
  src: url("/assets/mono_italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "headline";
  src: url("/assets/headline.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "index";
  src: url("/assets/index.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: min(22px, max(16px, 2.4vw));
}

body {
  text-rendering: optimizeLegibility;
  font-family: "1e16d93adf2708af84624a7ba651cb5ec7b6b55fc80d1f81b23fe9d889887d69", Georgia, serif;
  font-feature-settings: "ss01" 1;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1500px;
  -webkit-font-smoothing: subpixel-antialiased;
  background: #fafafa;
  color: #444;
  line-height: 1.4;
}

p, div.p, blockquote, li {
  margin-bottom: 1rem;
  line-height: 1.42;
}

blockquote {
  padding: 1.5em 2em 0.5em 2em;
  font-size: 85%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fafafa;
}

h1, h2, h3 {
  margin-bottom: 0.5em;
}

h1, h2 {
  line-height: 1.2em;
}

h1 {
  font-size: 2.6em;
  line-height: 0.9em;
  font-weight: lighter;
  font-feature-settings: "case" 1;
  font-family: "headline";
  text-transform: uppercase;
}

h2 {
  margin-top: 1.2em;
  margin-bottom: 0.25em;
  font-size: 1em;
  font-feature-settings: "smcp" 1, "c2sc" 1, "ss01" 1;
  font-weight: bold;
}

pre, code {
  font-family: mono, monospace;
  font-feature-settings: "ss01" 0, "ss02" 1;
  font-feature-settings: "ss01" 0, "ss02" 1;
  font-size: 95%;
}

pre {
  margin-bottom: 1em;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.date {
  font-size: 1em;
  font-feature-settings: "smcp" 1, "c2sc" 1, "ss01" 1;
}

section[role=doc-endnotes] > hr {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin-top: 1em;
}

section[role=doc-endnotes] > ol {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
  margin-left: 1rem;
  counter-reset: footnote;
}

section[role=doc-endnotes] > ol > li {
  counter-increment: footnote;
  grid-template-columns: auto 1fr;
  column-gap: 0.4em;
  align-items: flex-start;
}

section[role=doc-endnotes] > ol > li::before {
  content: counter(footnote);
  font-size: 0.8em;
  transform: translateY(-0.3em);
  margin-left: -1rem;
}

a, a:visited {
  color: #002FA7;
  text-decoration: none;
}

a.subhead {
  color: inherit;
}

a:hover, a.pe-index:hover {
  opacity: 0.5;
}

ul, ol {
  padding-left: 2em;
}

ol li, ul li {
  padding-left: -2em;
  list-style: none;
}

ul li::before {
  position: absolute;
  font-size: 1;
  margin-left: -2em;
  content: "⁂";
}

ol {
  counter-reset: foobar;
}

ol li::before {
  float: left;
  position: relative;
  font-size: 1.3em;
  margin-left: -1.6em;
  top: -0.15em;
  counter-increment: foobar;
  content: counter(foobar);
  font-family: "index";
  font-feature-settings: "ss01" 0;
}

#doc {
  background: white;
  border: 0px solid #aaa;
  border-top: 0px;
  margin: 0 auto;
  padding: 2rem 3rem;
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: 900px;
}

@media (min-aspect-ratio: 2/3) and (min-width: 800px) {
  #doc {
    max-width: 900px;
    gap: 2rem;
  }
}
@media all and (max-width: 600px) {
  #doc {
    padding: 1rem;
  }
}
footer {
  text-align: center;
  padding: 20px;
  width: 100%;
}

a.pe-index {
  display: block;
  color: #444;
  line-height: 1.25;
  border-bottom: 1px solid #444;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.pe-index > .title {
  margin-bottom: 0.25em;
}

.pe-index h1 {
  font-style: inherit;
  font-size: 1.2em;
  width: inherit;
  font-family: inherit;
  line-height: inherit;
}

.edited {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 80%;
}

.nav-top {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3rem;
}

.card {
  display: block;
  border-bottom: 1px solid #444;
  margin-top: 1em;
  margin-bottom: 0.25em;
  line-height: 1.25;
}

.card a {
  color: #444;
}

.card h1 {
  font-style: inherit;
  font-size: 1.2em;
  width: inherit;
  font-family: inherit;
  line-height: inherit;
}

.card p {
  font-size: 0.9em;
  margin-bottom: 0.75em;
}

.post-index li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
}

.post-index a {
  color: #444;
}

.post-index .post-title {
  flex: 1;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.post-index .post-date {
  white-space: nowrap;
}
