  
    @font-face {
      font-family: "Manrope";
      src: url("/font/manrope.ttf") format("truetype");
      font-weight: 100 800; /* range di pesi coperti dal file */
      font-style: normal;
      font-display: swap;
    }
    @font-face {
      font-family: "Bangers";
      src: url("/font/bangers.ttf") format("truetype");
      font-weight: 400;
      font-style: normal;
      font-display: swap;
    }
