/* --- Typografie-Anpassungen für von-gamm.com --- */

/* 1. Haupttext / Body anpassen */
body, button, input, select, textarea {
    color: #000000;
    font-size: 17px;
    line-height: 1.6;
}

/* 2. Absatz-Abstände anpassen */
p {
    margin: 0 0 1.5em;
}

/* 3. Hierarchie der Überschriften anpassen */
h1 { font-size: 2.2rem; }
h2 { font-size: 1.8rem; }
h3 { font-size: 1.4rem; }
h4 { font-size: 1.15rem; }
h5 { font-size: 1rem; }
h6 { font-size: 0.9rem; }

/* 4. Links im Inhaltsbereich hervorheben */
.entry-content a {
    color: #30afb8;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.entry-content a:hover {
    color: #21858c;
    text-decoration: none;
}

/* 5. Zitate und Listen anpassen */
blockquote, .wp-block-quote, .wp-block-quote.is-style-large {
    margin: 0 15px 1.5em;
    font-size: 1.1em;
    border-left: 3px solid #ccc;
    padding-left: 1.5em;
}
.entry-content ul, .entry-content ol {
    padding-left: 1.2em;
    margin-bottom: 1.5em;
}