/* assets/css/icons.css — subset auto-gerado por scripts/build-icons.mjs (Plan 006) */
/* NAO editar a mao: rode "npm run build:icons" apos alterar a lista de icones */
/* Icones solid: arrow-right, arrow-trend-up, award, bolt, bolt-lightning, book-open-reader, building-columns, bus, calendar-check, camera, car, chart-line, check, chevron-right, child, circle-dot, clipboard-list, clock, crosshairs, dna, droplet, envelope, eye, eye-dropper, eye-low-vision, eye-slash, file-medical, gauge-high, glasses, graduation-cap, heart, heart-pulse, hospital-user, house, id-card, location-dot, magnifying-glass, map, map-location-dot, medal, microscope, person, person-cane, phone, ruler, scissors, shield-halved, square-parking, star, star-of-life, stethoscope, syringe, triangle-exclamation, trophy, user, user-doctor, user-injured, wave-square */
/* Icones brands: whatsapp, instagram, facebook-f */

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/assets/fonts/fa-solid-900.woff2') format('woff2');
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/fa-brands-400.woff2') format('woff2');
}

.fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.fab, .fa-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa-solid, .fab, .fa-brands {
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-arrow-right::before { content: "\f061"; }
.fa-arrow-trend-up::before { content: "\e098"; }
.fa-award::before { content: "\f559"; }
.fa-bolt::before { content: "\f0e7"; }
.fa-bolt-lightning::before { content: "\e0b7"; }
.fa-book-open-reader::before { content: "\f5da"; }
.fa-building-columns::before { content: "\f19c"; }
.fa-bus::before { content: "\f207"; }
.fa-calendar-check::before { content: "\f274"; }
.fa-camera::before { content: "\f030"; }
.fa-car::before { content: "\f1b9"; }
.fa-chart-line::before { content: "\f201"; }
.fa-check::before { content: "\f00c"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-child::before { content: "\f1ae"; }
.fa-circle-dot::before { content: "\f192"; }
.fa-clipboard-list::before { content: "\f46d"; }
.fa-clock::before { content: "\f017"; }
.fa-crosshairs::before { content: "\f05b"; }
.fa-dna::before { content: "\f471"; }
.fa-droplet::before { content: "\f043"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-eye::before { content: "\f06e"; }
.fa-eye-dropper::before { content: "\f1fb"; }
.fa-eye-low-vision::before { content: "\f2a8"; }
.fa-eye-slash::before { content: "\f070"; }
.fa-file-medical::before { content: "\f477"; }
.fa-gauge-high::before { content: "\f625"; }
.fa-glasses::before { content: "\f530"; }
.fa-graduation-cap::before { content: "\f19d"; }
.fa-heart::before { content: "\f004"; }
.fa-heart-pulse::before { content: "\f21e"; }
.fa-hospital-user::before { content: "\f80d"; }
.fa-house::before { content: "\f015"; }
.fa-id-card::before { content: "\f2c2"; }
.fa-location-dot::before { content: "\f3c5"; }
.fa-magnifying-glass::before { content: "\f002"; }
.fa-map::before { content: "\f279"; }
.fa-map-location-dot::before { content: "\f5a0"; }
.fa-medal::before { content: "\f5a2"; }
.fa-microscope::before { content: "\f610"; }
.fa-person::before { content: "\f183"; }
.fa-person-cane::before { content: "\e53c"; }
.fa-phone::before { content: "\f095"; }
.fa-ruler::before { content: "\f545"; }
.fa-scissors::before { content: "\f0c4"; }
.fa-shield-halved::before { content: "\f3ed"; }
.fa-square-parking::before { content: "\f540"; }
.fa-star::before { content: "\f005"; }
.fa-star-of-life::before { content: "\f621"; }
.fa-stethoscope::before { content: "\f0f1"; }
.fa-syringe::before { content: "\f48e"; }
.fa-triangle-exclamation::before { content: "\f071"; }
.fa-trophy::before { content: "\f091"; }
.fa-user::before { content: "\f007"; }
.fa-user-doctor::before { content: "\f0f0"; }
.fa-user-injured::before { content: "\f728"; }
.fa-wave-square::before { content: "\f83e"; }
.fa-whatsapp::before { content: "\f232"; }
.fa-instagram::before { content: "\f16d"; }
.fa-facebook-f::before { content: "\f39e"; }
