/* Minimal Font Awesome subset for City Crown */

@font-face {
  font-family: 'FontAwesome';
  src: url('fa-solid-900.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* Generic icon base */
.fa, .fa-solid, .fa-brands {
  display: inline-block;
  font: normal normal normal 1em/1 'FontAwesome';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Solid icons */
.fa-person-swimming:before { content: "\f5c4"; }
.fa-charging-station:before { content: "\f5e7"; }
.fa-shield-halved:before { content: "\f3ed"; }
.fa-users:before { content: "\f0c0"; }
.fa-child-reaching:before { content: "\e59d"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-check:before { content: "\f00c"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-phone:before { content: "\f095"; }
.fa-envelope:before { content: "\f0e0"; }

/* Brands */
.fa-whatsapp:before { content: "\f232"; font-family: 'FontAwesome'; }

/* Add more icons as needed */
