/* Caratteri del sito, ospitati da noi (licenza OFL): nessuna richiesta a Google.
   Bricolage Grotesque per titoli e testo, Martian Mono solo per prezzi e date.
   File ridotti con fontTools agli intervalli che usiamo (wdth 78-100 / 85-100). */
@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('/assets/fonts/bricolage-grotesque.woff2') format('woff2');
  font-weight: 400 800;
  font-stretch: 78% 100%;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Martian Mono';
  src: url('/assets/fonts/martian-mono.woff2') format('woff2');
  font-weight: 400 700;
  font-stretch: 85% 100%;
  font-style: normal;
  font-display: swap;
}
