/* Importación de fuentes de Google */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap');

/* Estilos base para fuentes */
body {
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    line-height: 1.2; /* Mejora la legibilidad de los títulos */
}

.p {
    font-size: 25px;
    text-align: center;
}

.p1 {
    font-size: 20px;
    text-align: justify;
}

.lista {
    font-size: 20px;
    text-align: left;
}

.titulo1 {
 color: white;
 font-family:'Playfair Display', serif;
}