@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/source-serif-4-latin-400-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/source-serif-4-latin-700-normal.woff2") format("woff2");
}

body {
  font-family: "Iowan Old Style", "Source Serif 4", Charter, Georgia, Cambria, "Times New Roman", Times, serif;
  max-width: 36rem;
  margin: 4rem auto;
  padding: 0 1rem;
  color: #222;
  line-height: 1.55;
}

h1 { font-weight: 600; }
h2 { font-weight: 600; margin-top: 2rem; }
h3 { font-weight: 600; }

a { color: #06b; }
a:visited { color: #804; }

small, .date { color: #888; font-size: 0.9em; }

code, pre {
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  background: #f4f4f4;
}
pre {
  padding: 0.6rem;
  overflow-x: auto;
  font-size: 0.9em;
  line-height: 1.4;
}

blockquote {
  border-left: 3px solid #ddd;
  margin-left: 0;
  padding-left: 1rem;
  color: #555;
}

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

.site-nav { margin-bottom: 2rem; font-size: 0.9em; }
.site-nav a { color: #888; text-decoration: none; }
.site-nav a:hover { color: #06b; }

figure { margin: 2rem 0; }
figure img { display: block; max-width: 100%; height: auto; }
figcaption { font-size: 0.9em; color: #666; text-align: center; margin-top: 0.4rem; }
img { max-width: 100%; height: auto; }

table { border-collapse: collapse; }
th, td { padding: 0.3rem 0.6rem; border-bottom: 1px solid #ddd; text-align: left; }
