@charset "utf-8";
/*--
	Add your style here
--*/ 
/* Estilo para encabezados h1 hasta h6 */
.post h1 {
    font-size: 2.5em; /* Tamaño de fuente para h1 */
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.post h2 {
    font-size: 2em; /* Tamaño de fuente para h2 */
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.post h3 {
    font-size: 1.8em; /* Tamaño de fuente para h3 */
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.post h4 {
    font-size: 1.6em; /* Tamaño de fuente para h4 */
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.post h5 {
    font-size: 1.4em; /* Tamaño de fuente para h5 */
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.post h6 {
    font-size: 1.2em; /* Tamaño de fuente para h6 */
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
