/* Minimal Font Awesome 6 Free (solid + brands) for Cored.al
   Only the icons used on the site. Place fonts in /font as:
   - /font/fa-solid-900.woff2
   - /font/fa-brands-400.woff2
*/

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

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

/* Base classes */
.fa, .fas, .fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fab, .fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Icon mappings (content codes) */
/* Solid */
.fa-user:before { content: "\f007"; }
.fa-th:before { content: "\f00a"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-bars:before { content: "\f0c9"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-map-marker:before { content: "\f041"; }
.fa-phone:before { content: "\f095"; }
.fa-desktop:before { content: "\f108"; }
.fa-diamond:before { content: "\f3a5"; }
.fa-cog:before { content: "\f013"; }
.fa-hands-helping:before { content: "\f4c4"; }
.fa-circle:before { content: "\f111"; }
.fa-square-plus:before { content: "\f0fe"; }

/* Brands */
.fa-instagram:before { content: "\f16d"; }
.fa-linkedin:before { content: "\f08c"; }
.fa-facebook-official:before { content: "\f230"; }
.fa-facebook:before { content: "\f09a"; }
.fa-youtube:before { content: "\f167"; }
.fa-tiktok:before { content: "\e07b"; }
.fa-windows:before { content: "\f17a"; }

.fa-fw { width: 1.25em; text-align: center; }
