/* =========================================
   GLOBAL: RESETS Y TIPOGRAFÍA
   ========================================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

body {
    font-family: 'Cinzel', serif;
    color: #555;
    background-color: #fff;
    padding-top: 60px;
    line-height: 1.6;
}

/* TÍTULOS */
h1 {
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 10px;    
}

h3, p {
    font-family: 'Playfair Display', serif;
    color: #cdaa6c; /* Dorado */
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 15px;
}

h2 {
    font-family: 'Cinzel', serif;
    color: #cdaa6c;
    font-weight: 700;
    letter-spacing: 2px; 
    text-align: center;
    margin-bottom: 30px;
    font-size: 2.5rem;
}