body { background-color: #f8f3f0; color: #2e1d1a; font-family: 'Garamond', 'Georgia', serif; line-height: 1.7; margin: 0; padding: 0 20px; }

main.fable { max-width: 800px; margin: 50px auto; padding: 30px; background-color: #fffaf7; border: 2px solid #dbc5b3; box-shadow: 0 0 15px rgba(0,0,0,0.05); border-radius: 12px; }

header.chapter-header { border-bottom: 3px double #a17c6b; padding-bottom: 10px; margin-bottom: 30px; text-align: center; }

header.chapter-header h1 { font-size: 2em; color: #a0522d; margin: 0; }

header.chapter-header h2 { font-size: 1.8em; color: #5c3b2e; margin: 5px 0 0; }

header.chapter-header .source { font-size: 0.9em; font-style: italic; color: #7b5e51; margin-top: 5px; }

section { margin-bottom: 30px; }

section p { font-size: 1.15em; margin: 10px 0; }

section .quote { font-style: italic; color: #804040; border-left: 4px solid #c49a87; padding-left: 12px; margin: 15px 0; }

section.moral h3 { font-size: 1.3em; color: #6d4c41; margin-bottom: 10px; border-bottom: 2px dotted #a98c7b; padding-bottom: 5px; }

section.moral ul { list-style: square; padding-left: 20px; }

section.moral li { font-size: 1.1em; margin: 6px 0; color: #4c332b; }

em { font-style: italic; color: #7c3e33; }

strong { font-weight: bold; color: #5a2e26; }

q { quotes: "\201C" "\201D"; color: #8b4a3e; }

