@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

/*#region GENERALI */
html {
    box-sizing: border-box
}

*,
*:before,
*:after {
    box-sizing: inherit
}

body {
    max-width: 1198px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
}
/*#endregion */

/*#region FONT */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
     font-family: 'Public Sans', sans-serif;
     line-height: 140%;
}

body, div, p {
    font-size: 16px;
    line-height: 23px;
}

a {
    color: #9B1818;
    font-weight: 600;
}

a:hover {
    color: #495057;
}

li {
    font-size: 16px;
    line-height: 21px;
}

b,
strong {
     font-weight: 700;
}

.imgBozze {
    max-width: 100%;
}
