.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  font-family: "Font Awesome 6 Free";
  font-weight: 900
}

.fa-square-root-alt:before {
  content: "\f698"
}

.fa-brands:before {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400
}

.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"
}

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

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