/*
 * Font Awesome 6.5.0 - subset self-găzduit (Free)
 * Servit de pe domeniul propriu ca să evităm cookie-urile third-party de la cdnjs.cloudflare.com.
 * Conține doar iconițele folosite pe site. Fonturile sunt în /webfonts.
 * Licență: https://fontawesome.com/license/free (CC BY 4.0 fonts, MIT code)
 */

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

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

.fa,
.fas,
.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;
}

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

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

/* Solid */
.fa-envelope:before { content: "\f0e0"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-phone:before { content: "\f095"; }
.fa-chevron-up:before { content: "\f077"; }
.fa-building:before { content: "\f1ad"; }

/* Brands */
.fa-facebook-f:before { content: "\f39e"; }
.fa-x-twitter:before { content: "\e61b"; }
.fa-pinterest-p:before { content: "\f231"; }
.fa-instagram:before { content: "\f16d"; }
