@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');

:root {
    font-size: 14px;
}

body {
    font-family: Lato, sans-serif;
    font-weight: 400;
}

body * {
    font-family: inherit;
}

header .tornare {
    display: none;
}

.puntiVendita__indirizzo button {
    display: none;
}

body {
    padding: 1rem;
}

a {
    display: block;
    color  : #56565e;
}

a:after {
    color    : #56565e;
    content  : " « "attr(href) " »";
    font-size: 1em;
}

img {
    max-width: 150px;
}

img[src$=".png"] {
    filter: invert(50%) sepia(90%) saturate(2178%) hue-rotate(154deg) brightness(95%) contrast(101%);
}


.footerNav {
    border-top   : 2px solid gray;
    border-bottom: 2px solid gray;
    padding      : 2rem;
    margin       : 2rem 0;
}