/*
 * Quark 2 — user customizations
 *
 * This file is safe to edit. It is loaded last so anything here overrides
 * theme.css without having to mark rules !important.
 */
/* Mejora la legibilidad */
.content p {
    line-height: 1.75;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

/* Mejora los títulos */
h2, h3 {
    margin-top: 2.5rem;
    color: #2c3e50; /* Un gris azulado elegante */
}

/* Limita el ancho del blog post */
.post-content {
    max-width: 750px;
    margin: 0 auto;
}