/* Global typography - Gentium for body text, Avenir Next for headings */
body {
  font-family: "Gentium", "Gentium Plus", "Palatino", "Palatino Linotype", "Book Antiqua", "Times New Roman", serif;
}

ul, ol, li {
  font-family: "Gentium", "Gentium Plus", "Palatino", "Palatino Linotype", "Book Antiqua", "Times New Roman", serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Avenir Next", "Avenir", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Monospaced fonts - SFMono for code */
code, pre, .sourceCode, .cell-code, kbd, samp {
  font-family: "SF Mono", "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", monospace;
}

/* Custom styling for robot callout */
.callout-robot {
  border-left: 4px solid #2563eb;
  background-color: #eff6ff;
  padding: 1em;
  margin: 1em 0;
  border-radius: 4px;
}

.callout-robot .callout-header {
  font-weight: 600;
  color: #1e40af;
  margin-bottom: 0.1em;
}

.callout-robot .callout-icon {
  font-size: 1.5em;
}

.callout-robot .callout-body {
  color: #1e3a8a;
  font-style: italic;
  margin-top: 0;
}

/* Chapter meta (status + version) - single row, spacing below */
.chapter-meta {
  margin-bottom: 1em;
}

.chapter-meta .chapter-status {
  margin-bottom: 0;
}

/* Chapter status badges */
.chapter-status {
  display: inline-block;
  padding: 0.25em 0.75em;
  border-radius: 0.25em;
  font-size: 0.875em;
  font-weight: 600;
  margin-bottom: 1em;
  font-family: "Avenir Next", "Avenir", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.chapter-status.draft {
  background-color: #fee2e2;
  color: #991b1b;
  border: 1px solid #fca5a5;
}

.chapter-status.in-progress {
  background-color: #fef3c7;
  color: #92400e;
  border: 1px solid #fcd34d;
}

.chapter-status.review {
  background-color: #dbeafe;
  color: #1e40af;
  border: 1px solid #93c5fd;
}

.chapter-status.complete {
  background-color: #d1fae5;
  color: #065f46;
  border: 1px solid #6ee7b7;
}

.chapter-version {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 0.875em;
  color: #6b7280;
  font-family: "SF Mono", "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", monospace;
}

/* Make figures responsive */
.figure img,
.quarto-figure img,
figure img {
  max-width: 100%;
  height: auto;
}
