.fas, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
}
.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900
}
.fab{
  font-family:"Font Awesome 6 Brands";
  font-weight:400;
  text-rendering:auto
}
.fa-square-root-alt:before {content: "\f698"}
.fa-youtube:before {content: "\f167"}
.fa-facebook:before {content: "\f09a"}
.fa-map-marker-alt:before {content: "\f3c5"}
.fa-home:before {content: "\f015"}
.fa-school:before {content: "\f549"}
.fa-graduation-cap:before {content: "\f19d"}
.fa-book:before {content: "\f02d"}
.fa-palette:before {content: "\f53f"}
.fa-comments:before {content: "\f086"}
.fa-bars::before {content: "\f0c9"}
.fa-dove:before {content: "\f4ba"}
.fa-file-alt:before {content: "\f15c"}
.fa-video:before {content: "\f03d"}
.fa-laptop-code:before {content:"\f5fc"}
.fa-microscope:before {content:"\f610"}
.fa-cogs:before{content:"\f085"}
.fa-chart-line:before{content: "\f201"}
.fa-book-open:before{content: "\f518"}
.fa-running:before{content:"\f70c"}
.fa-tools:before{content:"\f7d9"}
.fa-facebook-f:before{content:"\f39e"}
.fa-tiktok:before{content:"\e07b"}
.fa-youtube:before{content:"\f167"}
.fa-instagram:before{content:"\f16d"}
.fa-ban:before,.fa-cancel:before{content:"\f05e"}

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

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