/* FONT ------------------------------------------------------ */
@font-face {
  font-family: 'Commissioner';
  src: url('/fonts/Commissioner-Typeface/file_fonts/CommissionerLoud-ExtraLight.woff2') format('woff2'),
       url('/fonts/Commissioner-Typeface/file_fonts/CommissionerLoud-ExtraLight.woff') format('woff'),
       url('/fonts/Commissioner-Typeface/file_fonts/CommissionerLoud-ExtraLight.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* FOOTER ---------------------------------------------------- */
footer {
    height: 10rem;
    background-color: #ffffff;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-around;
    padding: 0;
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
}

/* LISTA MENU ------------------------------------------------ */
.footer-ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 1rem 0 0 0;
    padding: 0;
    list-style: none;

}

/* LINK MENU ------------------------------------------------- */
.footer-ul li a {
  font-family: 'Commissioner';
  font-size: 1.6rem;
  color: black;
  text-decoration: none;
}

/* SEPARATORI | --------------------------------------------- */
.menu-finale {
  font-family: 'Commissioner';
  font-size: 1.6rem;
  color: black;
  margin: 0;
  padding: 0;

}

/* TESTO FINALE --------------------------------------------- */
.finale {
  font-family: 'Commissioner';
  font-size: 1rem;
  color: black;
  letter-spacing: 0.2em;
}