/* Font Awesome Custom - Solo icone utilizzate nel sito */
/* Riduzione da 18.3 KiB a ~2 KiB */

/* Font Face - Font Awesome Free Solid */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-solid-900.woff2") format("woff2");
}

/* Base classes */
.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Size classes utilizzate */
.fa-2x { font-size: 2em; }

/* Icone specifiche utilizzate nel sito */
.fa-phone-slash:before { content: "\f3dd"; }
.fa-check-circle:before { content: "\f058"; }
.fa-stream:before { content: "\f550"; }
.fa-heart:before { content: "\f004"; }
.fa-comment-slash:before { content: "\f4b3"; }
.fa-hourglass-end:before { content: "\f253"; }
.fa-inbox:before { content: "\f01c"; }
.fa-barcode:before { content: "\f02a"; }
.fa-chart-line:before { content: "\f201"; }
.fa-rocket:before { content: "\f135"; }
.fa-user-shield:before { content: "\f505"; }
.fa-users-gear:before { content: "\f509"; }

/* Helper classes */
.inline-block { display: inline-block; }
.mb-4 { margin-bottom: 1rem; }
.mr-4 { margin-right: 1rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.p-4 { padding: 1rem; }
.rounded-full { border-radius: 9999px; }