/*!
 * Font Awesome Custom - Only used icons
 * Optimized for Kidi Fun website
 */

/* Font faces */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"),
       url("../webfonts/fa-regular-400.ttf") format("truetype");
}

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

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

/* Base styles */
.fa, .fas, .far, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa, .fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.far {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

/* Only the icons we actually use */
.fa-crown:before { content: "\f521"; }
.fa-globe:before { content: "\f0ac"; }
.fa-graduation-cap:before { content: "\f19d"; }
.fa-heart:before { content: "\f004"; }
.fa-image:before { content: "\f03e"; }
.fa-layer-group:before { content: "\f5fd"; }
.fa-palette:before { content: "\f53f"; }
.fa-shield-halved:before { content: "\f3ed"; }
.fa-star:before { content: "\f005"; }
.fa-trophy:before { content: "\f091"; }
.fa-share:before { content: "\f064"; }
.fa-eye:before { content: "\f06e"; }
.fa-video:before { content: "\f03d"; }
.fa-chart-line:before { content: "\f201"; }
.fa-percentage:before { content: "\f295"; }
.fa-clock:before { content: "\f017"; }
.fa-stopwatch:before { content: "\f2f2"; }
.fa-play-circle:before { content: "\f144"; }
.fa-chart-bar:before { content: "\f080"; }
.fa-comment:before { content: "\f075"; }
.fa-thumbs-up:before { content: "\f164"; }
.fa-retweet:before { content: "\f079"; }
.fa-bookmark:before { content: "\f02e"; }
.fa-handshake:before { content: "\f2b5"; }
.fa-users:before { content: "\f0c0"; }
.fa-user:before { content: "\f007"; }
.fa-eye:before { content: "\f06e"; }
.fa-globe:before { content: "\f0ac"; }
.fa-chart-pie:before { content: "\f200"; }