/* Font Awesome Icons - Local Version */
/* Iconos médicos esenciales para la sección de servicios */

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

.fas {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Iconos específicos */
.fa-magnet:before { content: "\f076"; }
.fa-user-md:before { content: "\f0f0"; }
.fa-vial:before { content: "\f492"; }
.fa-heartbeat:before { content: "\f21e"; }
.fa-bone:before { content: "\f5d7"; }
.fa-tooth:before { content: "\f5c9"; }
.fa-microscope:before { content: "\f610"; }
.fa-x-ray:before { content: "\f497"; }
.fa-ribbon:before { content: "\f4d6"; }
.fa-brain:before { content: "\f5dc"; }
.fa-procedures:before { content: "\f487"; }
.fa-lungs:before { content: "\f604"; }
.fa-ambulance:before { content: "\f0f9"; }
.fa-calendar-plus:before { content: "\f271"; }
