@import url('https://fonts.googleapis.com/css2?family=STIX+Two+Text:ital,wght@0,400..700;1,400..700&family=IBM+Plex+Mono:ital,wght@0,400;0,500;1,400&display=swap');

*, *::before, *::after { box-sizing: border-box; }

body {
  max-width: 740px;
  margin: 3rem auto;
  padding: 0 1.25rem;
  font-family: "STIX Two Text", "Times New Roman", serif;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #000;
  background: #fff;
}

h1 { font-size: 1.85rem; font-weight: 600; margin: 0 0 0.25rem; }
h2 { font-size: 1.5rem; font-weight: 600; margin-top: 2rem; }
h3 { font-size: 1.3rem; font-weight: 600; margin-top: 1.5rem; }
h4 { font-size: 1.2rem; font-weight: 600; margin-top: 1.25rem; }

p { margin: 0.9rem 0; }

a { color: #000; text-decoration: underline; text-underline-offset: 2px; }
a:visited { color: #000; }
a:hover { text-decoration-thickness: 2px; }

code, pre {
  font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 0.88em;
  font-weight: 400;
}
pre {
  background: #fff;
  padding: 0.6rem 1rem;
  overflow-x: auto;
  border-left: 2px solid #000;
}

blockquote {
  border-left: 2px solid #000;
  margin: 1rem 0 1rem 0;
  padding-left: 1.1rem;
  font-style: italic;
}

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

img { max-width: 100%; }

/* metadata below title */
.date { font-size: 0.85em; margin: 0 0 1.5rem; }

/* site nav */
nav { margin-bottom: 2rem; font-size: 0.85em; }

/* footnotes (pandoc: .footnotes, typst html export: [role=doc-endnotes]) */
.footnotes, [role="doc-endnotes"] {
  font-size: 0.85em;
  border-top: 1px solid #000;
  margin-top: 2.5rem;
  padding-top: 0.75rem;
}
.footnotes ol, [role="doc-endnotes"] ol { padding-left: 1.5rem; margin: 0; }
.footnotes li, [role="doc-endnotes"] li { margin: 0.4rem 0; }
sup a, a.footnote-ref, [role="doc-noteref"], [role="doc-backlink"] {
  text-decoration: none;
  font-size: 0.75em;
}

footer { margin-top: 3rem; font-size: 0.8em; }

/* bibliography (typst html export) */
[role="doc-bibliography"] {
  font-size: 0.9em;
  margin-top: 2.5rem;
}
[role="doc-bibliography"] ul { padding-left: 1.5rem; margin: 0; list-style: none; }
[role="doc-bibliography"] li { margin: 0.4rem 0; }
[role="doc-biblioref"] { text-decoration: none; }
