
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/lato/lato-v23-latin-regular.woff2') format('woff2'),
       url('/fonts/lato/lato-v23-latin-regular.woff') format('woff');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/lato/lato-v23-latin-700.woff2') format('woff2'),
       url('/fonts/lato/lato-v23-latin-700.woff') format('woff');
}



.default-font {
    font-family:  'Lato', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.bred {
  border: solid 1px red;
}

#fit-h1 {
  white-space: nowrap;     /* non andare a capo */
  /* niente overflow hidden, niente ellissi */
}
