* {
    margin: 0px;
    padding: 0px; 
    border: 0px; 
    font-weight: normal; 
    font-size: 100%; 
    list-style: none; 
    line-height: 1; 
    outline: 0px;
    font-family: "Playfair Display", serif;
    background: none; 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
    text-rendering: optimizeLegibility; 
    -webkit-font-smoothing: antialiased; 
    -moz-font-smoothing: antialiased; 
    -ms-font-smoothing: antialiased; 
    -o-font-smoothing: antialiased; 
    a {  text-decoration: none; }
}

:root {  
    --font-family-primary: "Playfair Display", serif;
    --font-family-secund: "Lato", sans-serif;
    --color-font-primary: #0d475e;
    --color-font-secund: #efe4ca;
}