/* Front-end content typography for dark background */
/* Keep sizes/margins close to WP editor defaults */
.entry-content {
  color: #e5e5e5;
  line-height: 1.75;
  max-width: 72ch;
}
.entry-content > * + * { margin-top: 1rem; }
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 { color: #ffffff; line-height: 1.25; margin: 1.5rem 0 0.75rem; font-weight: 800; }
.entry-content h1 { font-size: 2.25rem; }
.entry-content h2 { font-size: 1.75rem; }
.entry-content h3 { font-size: 1.5rem; }
.entry-content h4 { font-size: 1.25rem; }
.entry-content p { margin: 0.75rem 0; }
.entry-content strong { font-weight: 700; }
.entry-content a { color: #f97316; text-decoration: none; }
.entry-content a:hover { text-decoration: underline; }
.entry-content ul { list-style: disc; padding-left: 1.25rem; }
.entry-content ol { list-style: decimal; padding-left: 1.25rem; }
.entry-content blockquote { border-left: 4px solid #4b5563; padding-left: 1rem; color: #d1d5db; margin: 1rem 0; }
.entry-content img, .entry-content iframe { max-width: 100%; height: auto; border-radius: 0.75rem; }
.entry-content .alignwide { max-width: 1100px; }
.entry-content .alignfull { max-width: none; }
