/* ================================
   Typography
   ================================ */
/* Überschriften-Skala, Gewicht und Zeilenhöhe: jetzt zentral in theme.json
   (styles.elements) — gilt für Frontend und Editor aus einer Quelle. */

p {
    margin-bottom: var(--spacing-sm);
}

a {
    color: var(--color-red-dark);
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    text-decoration: underline;
}

