:root {
  --font-title: Georgia, "Times New Roman", serif;
  --body-title: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

body { font-family: var(--body-title), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
h1, h2, h3 { font-family: var(--font-title), Georgia, "Times New Roman", serif; }
.hc-title { font-family: var(--font-title), Georgia, "Times New Roman", serif; }
.prose h1, .prose h2, .prose h3 { font-family: var(--font-body), Georgia, "Times New Roman", serif; }