/* THEME SETTINGS — edit this file, then redeploy the complete site folder.
   No Python build is needed for appearance changes. Use installed/system fonts
   or add your own appropriately licensed web font. No font files are bundled. */
:root {
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --font-heading: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --font-size-base: 16px;
  --font-size-small: 0.82rem;
  --font-size-label: 0.7rem;
  --font-size-authors: 0.86rem;
  --font-size-bio: 1.08rem;
  --font-size-home-title: clamp(2.5rem, 5.3vw, 4.3rem);
  --font-size-section-title: clamp(2.1rem, 4vw, 3.35rem);
  --font-size-work-title: clamp(1.45rem, 2.1vw, 2rem);
  --font-size-list-title: 1.12rem;
  --line-height-body: 1.65;
  --line-height-heading: 1.18;
  --color-background: #fafbf9;
  --color-surface: #ffffff;
  --color-text: #253331;
  --color-muted: #5d6c69;
  --color-accent: #28675f;
  --color-accent-hover: #1e4f49;
  --color-soft: #edf3f0;
  --color-border: #d9e2dd;
  --color-viewer: #f0f3f0;
  --color-pending: #805f32;
  --color-pending-background: #f6f0e5;
  --color-focus: #28675f;
  --content-width: 1180px;
  --reading-width: 780px;
  --viewer-width: 1480px;
  --page-padding: clamp(1.1rem, 4.2vw, 4rem);
  --section-space: clamp(2.5rem, 5vw, 4.5rem);
  --card-radius: 4px;
  --button-radius: 4px;
  --portrait-width: 210px;
  --portrait-aspect: 4 / 5;
  --pdf-height: 78vh;
  --pdf-min-height: 420px;
  --pdf-mobile-height: 70vh;
  --work-header-gap: 0.65rem;
}
