/* Typografie */
body {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.7;
  color: #1a1a1a;
}

/* Überschriften */
h1, h2, h3 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
}

h1 { font-size: 2em; margin-top: 1.5em; }
h2 { font-size: 1.5em; color: #2c3e50; }
h3 { font-size: 1.2em; color: #34495e; }

/* Sidebar */
#quarto-sidebar {
  font-size: 0.88em;
}

/* Lesebreite begrenzen */
.quarto-content {
  max-width: 780px;
}

/* Blockquotes als Zitate */
blockquote {
  border-left: 4px solid #2c3e50;
  padding-left: 1em;
  color: #555;
  font-style: italic;
}

/* Tabellen */
table {
  font-size: 0.9em;
}

/* KI-Hinweis Banner */
.ai-notice {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 0.75em 1em;
  font-size: 0.85em;
  color: #666;
  margin-bottom: 2em;
}
