@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Fraunces:ital,opsz,wght@0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,400&display=swap');

.font-display { font-family: 'Fraunces', Georgia, serif; }
.font-body    { font-family: 'DM Sans', system-ui, sans-serif; }

/* Substack-style article typography */
.substack-prose {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  color: rgb(54, 54, 54);
  letter-spacing: -0.003em;
}

.substack-prose > * + * {
  margin-top: 1.4em;
}

.substack-prose p {
  margin: 0 0 1.4em;
}

.substack-prose h1,
.substack-prose h2,
.substack-prose h3,
.substack-prose h4 {
  color: rgb(20, 20, 20);
  font-weight: 700;
  letter-spacing: -0.014em;
  line-height: 1.25;
  margin-top: 2em;
  margin-bottom: 0.6em;
}

.substack-prose h1 { font-size: 2.4rem; line-height: 1.15; margin-top: 0; }
.substack-prose h2 { font-size: 1.6rem; }
.substack-prose h3 { font-size: 1.25rem; }

.substack-prose strong { color: rgb(20, 20, 20); font-weight: 700; }
.substack-prose em     { font-style: italic; }

.substack-prose a {
  color: rgb(54, 54, 54);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.substack-prose a:hover { color: rgb(0, 0, 0); }

.substack-prose ul,
.substack-prose ol {
  margin: 0 0 1.4em;
  padding-left: 1.6em;
}
.substack-prose li { margin-bottom: 0.5em; }
.substack-prose ul > li { list-style: disc; }
.substack-prose ol > li { list-style: decimal; }

.substack-prose blockquote {
  border-left: 3px solid rgb(217, 217, 217);
  padding: 0.2em 0 0.2em 1.2em;
  margin: 1.6em 0;
  color: rgb(102, 102, 102);
  font-style: normal;
}

.substack-prose hr {
  border: none;
  border-top: 1px solid rgb(230, 230, 230);
  margin: 2.4em 0;
}

.substack-prose code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.9em;
  background: rgb(245, 245, 245);
  padding: 0.15em 0.35em;
  border-radius: 3px;
}

.substack-prose pre {
  background: rgb(245, 245, 245);
  padding: 1em 1.2em;
  border-radius: 6px;
  overflow-x: auto;
  font-size: 0.85em;
  line-height: 1.5;
  margin: 1.4em 0;
}
.substack-prose pre code { background: transparent; padding: 0; }

.substack-prose table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.4em 0;
  font-size: 0.95em;
}
.substack-prose th,
.substack-prose td {
  border-bottom: 1px solid rgb(230, 230, 230);
  padding: 0.6em 0.8em;
  text-align: left;
}
.substack-prose th { font-weight: 700; color: rgb(20, 20, 20); }

.substack-prose img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 1.6em 0;
}
