html,
body {
    margin: 0;
    padding: 0;
    font-family: "Proxima Nova", "Open Sans", "Gill Sans MT", "Gill Sans", "Noto Sans Arabic", Arial, sans-serif;
}

body {
    --bodyBackground: #fffcf3 url("../images/bg-diamante.svg");
    background: var(--bodyBackground);
    background-attachment: fixed;
    color: #fffcf3;
    font: 400 16px / 24px "Proxima Nova", "Open Sans", "Gill Sans MT", "Gill Sans", "Noto Sans Arabic", Arial, sans-serif;
}

a {
    text-decoration: none;
}