@font-face {font-family: "EB Garamond"; src: url('https://nelsegnodibacco.it/typefaces/Garamond.ttf')  format('truetype')}
@font-face {font-family: "Inter"; src: url('https://nelsegnodibacco.it/typefaces/Inter.ttf')  format('truetype')}
        
body{background-color: rgb( 250, 235, 218); font-family: "EB Garamond", Georgia, serif; padding-left: 2%; padding-right:2%; max-width: 1000px; margin: auto}

p, li, summary {font-size: 16pt}
h2 {font-weight: 600}
h1,h3 {font-weight:normal}

a:link{border-bottom: 0.2px solid; text-decoration: none; color:rgba(  31, 63, 160      0.25); transition: .75s;}
a:visited{color:rgb(  105, 82, 173      )}
a:hover{color: rgb( 219,   0,  36      ); transition: 0s}

.inline-image {
    height: 20px;
    width: auto;
}

.logo {
    height: 60px;
    width:auto;
    vertical-align: -15px;
}

.nuovo {
    font-weight: bold;
    padding: 2px;
    font-family: "Inter", sans-serif;
    font-size:15px;
}

@media (hover: hover) {
  a {
    position: relative;
  }

  a:after { 
    content: '';
    position: absolute;
    inset: -10px;
  }

  a#firma:after {
    inset:0px;
  }
}

iframe#promo {
    width: 98%;
    height: auto;
}

.align {
        text-align: center;
}