/* =========================================================================
   ICOFONT — SOTTOINSIEME
   -------------------------------------------------------------------------
   Il font completo (fonts/icofont.woff, 616 KB) contiene migliaia di icone:
   il sito ne usa 23. Questo file, insieme a fonts/icofont-min.woff2,
   contiene solo quelle. Stesso aspetto, stessi nomi di classe.

   SE AGGIUNGI UNA NUOVA ICONA a una pagina non comparira' finche' non
   rigeneri il sottoinsieme. Gli originali completi restano sul server
   (css/icofont.css e fonts/icofont.woff): per tornare indietro basta
   richiamare quelli in head.php.
   ========================================================================= */

@font-face {
    font-family: 'icofont';
    src: url('../fonts/icofont-min.woff2') format('woff2'),
         url('../fonts/icofont-min.woff')  format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.icofont {
    font-family: 'IcoFont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icofont-animal-dog:before { content: "\e94a"; }
.icofont-animal-dog-alt:before { content: "\e948"; }
.icofont-animal-parrot-lip:before { content: "\e97a"; }
.icofont-attachment:before { content: "\ef6d"; }
.icofont-bed-patient:before { content: "\eced"; }
.icofont-camera:before { content: "\efa3"; }
.icofont-doctor-alt:before { content: "\ecf6"; }
.icofont-double-right:before { content: "\eb3a"; }
.icofont-eye-alt:before { content: "\ecfa"; }
.icofont-home:before { content: "\f01f"; }
.icofont-hospital:before { content: "\ed00"; }
.icofont-id:before { content: "\f023"; }
.icofont-info-circle:before { content: "\f027"; }
.icofont-location-pin:before { content: "\f051"; }
.icofont-simple-up:before { content: "\eb7a"; }
.icofont-stethoscope:before { content: "\ed0f"; }
.icofont-surgeon:before { content: "\ed12"; }
.icofont-test-tube:before { content: "\ed15"; }
.icofont-ui-dial-phone:before { content: "\ed30"; }
.icofont-ui-message:before { content: "\ed45"; }
.icofont-users-alt-3:before { content: "\eddf"; }
.icofont-wall-clock:before { content: "\f10a"; }
.icofont-xray:before { content: "\ed18"; }
