/* ===========================
   RESET GENERAL
=========================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}


/* ===========================
   CONFIGURACIÓN GENERAL
=========================== */

body{

    font-family: Arial, Helvetica, sans-serif;

    background:#F4F1E8;

    color:#333;

    line-height:1.6;

}

/* ===========================
   CONTENEDOR
=========================== */

.container{

    width:90%;

    max-width:1200px;

    margin:auto;

}

/* ===========================
   ENLACES
=========================== */

a{
    text-decoration: none;
    color: inherit;
}

/* ===========================
   LISTAS
=========================== */

ul{
    list-style: none;
}

body{

    font-family:'Poppins',sans-serif;

    background:var(--color-background);

    color:var(--color-text);

    line-height:1.6;

}

h1,h2,h3,h4{

    font-family:'Cormorant Garamond',serif;

    font-weight:700;

}