diff --git a/sermon-a4.css b/sermon-a4.css index 88dc496..7c7f365 100644 --- a/sermon-a4.css +++ b/sermon-a4.css @@ -38,7 +38,7 @@ section::after { h1 { color: var(--heading-color); font-size: 1.3em; - font-weight: bold; + font-weight: 600; margin-bottom: 20px; border-bottom: 3px solid var(--primary-color); padding-bottom: 10px; @@ -56,6 +56,7 @@ h2 { h3 { color: var(--heading-color); font-size: 1.1em; + font-weight: 500; margin-top: 20px; margin-bottom: 10px; } @@ -66,7 +67,7 @@ p, li { strong { color: var(--heading-color); - font-weight: 400; + font-weight: 500; } /* 1. Globaler Style für Regieanweisungen (bleibt 100% groß) */