/* Font locali, derivati OFL 1.1; provenienza e procedura in README.md di questa cartella. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('./inter-ui-400-800.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700 800;
  font-display: swap;
  src: url('./manrope-ui-700-800.woff2') format('woff2');
}
