/*!
 * Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */

/* Definitions for Brands */
@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");
}

.fa-brands, .fab {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

/* Definitions for Pro (Light) */
@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../webfonts/fa-light-300.woff2") format("woff2");
}

.fa-light, .fal {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
}

/* Definitions for Sharp (Light) */
@font-face {
  font-family: 'Font Awesome 6 Sharp';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../webfonts/fa-sharp-light-300.woff2") format("woff2");
}

.fa-sharp .fa-light, .fa-sharp.fa-light {
  font-family: 'Font Awesome 6 Sharp';
  font-weight: 300;
}

/* Common setup */
.fa, .fas, .far, .fal, .fab, .fa-brands, .fa-light, .fa-regular, .fa-solid, .fa-duotone, .fa-thin, .fa-sharp, .fa-sharp-duotone {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* Icons */
.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-eye:before { content: "\f06e"; }
.fa-instagram:before { content: "\f16d"; }
.fa-facebook-f:before { content: "\f39e"; }
.fa-linkedin-in:before { content: "\f0e1"; }
