/* Font Awesome Custom - Sandra Rosa */
/* Only icons used in the project */

/* Font Face - Free version icons */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.woff2') format('woff2'),
       url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.ttf') format('truetype');
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-brands-400.woff2') format('woff2'),
       url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-brands-400.ttf') format('truetype');
}

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

i.fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

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

/* Icons used in the project - Solid */
.fa-star::before { content: "\f005"; }
.fa-clock::before { content: "\f017"; }
.fa-globe::before { content: "\f0ac"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-phone::before { content: "\f095"; }
.fa-location-dot::before { content: "\f3c5"; }
.fa-arrow-up-right-from-square::before { content: "\f08e"; }
.fa-credit-card::before { content: "\f09d"; }
.fa-money-bill::before { content: "\f0d6"; }
.fa-bars::before { content: "\f0c9"; }
.fa-xmark::before { content: "\f00d"; }

/* Icons used in the project - Brands */
.fa-whatsapp::before { content: "\f232"; }
.fa-instagram::before { content: "\f16d"; }
.fa-facebook::before { content: "\f39e"; }
.fa-youtube::before { content: "\f167"; }
.fa-pix::before { content: "\e63a"; }
