/* Dreamweaver-safe Font Awesome replacement
   Use this file instead of the heavy original font-awesome-pro.css.
   Keep your existing /fonts folder as it is. */

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

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

.fa,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-fw { width: 1.25em; text-align: center; }
.fa-lg { font-size: 1.25em; }
.fa-xl { font-size: 1.5em; }
.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }

/* Common UI icons used in education themes */
.fa-bars:before,
.fa-navicon:before { content: "\f0c9"; }
.fa-times:before,
.fa-close:before,
.fa-xmark:before { content: "\f00d"; }
.fa-search:before,
.fa-magnifying-glass:before { content: "\f002"; }
.fa-angle-down:before { content: "\f107"; }
.fa-angle-up:before { content: "\f106"; }
.fa-angle-left:before { content: "\f104"; }
.fa-angle-right:before { content: "\f105"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-chevron-up:before { content: "\f077"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-arrow-down:before { content: "\f063"; }
.fa-long-arrow-right:before,
.fa-arrow-right-long:before { content: "\f178"; }
.fa-long-arrow-left:before,
.fa-arrow-left-long:before { content: "\f177"; }
.fa-external-link:before,
.fa-arrow-up-right-from-square:before { content: "\f08e"; }

/* Contact icons */
.fa-phone:before { content: "\f095"; }
.fa-phone-alt:before,
.fa-phone-flip:before { content: "\f879"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-location-dot:before,
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-map-marker:before { content: "\f041"; }
.fa-clock:before { content: "\f017"; }
.fa-calendar:before { content: "\f133"; }
.fa-calendar-days:before,
.fa-calendar-alt:before { content: "\f073"; }

/* Education / content icons */
.fa-user:before { content: "\f007"; }
.fa-users:before { content: "\f0c0"; }
.fa-user-graduate:before { content: "\f501"; }
.fa-graduation-cap:before { content: "\f19d"; }
.fa-university:before,
.fa-building-columns:before { content: "\f19c"; }
.fa-book:before { content: "\f02d"; }
.fa-book-open:before { content: "\f518"; }
.fa-chalkboard-teacher:before,
.fa-chalkboard-user:before { content: "\f51c"; }
.fa-globe:before { content: "\f0ac"; }
.fa-award:before { content: "\f559"; }
.fa-certificate:before { content: "\f0a3"; }
.fa-lightbulb:before { content: "\f0eb"; }
.fa-briefcase:before { content: "\f0b1"; }
.fa-microphone:before { content: "\f130"; }
.fa-video:before { content: "\f03d"; }
.fa-image:before { content: "\f03e"; }
.fa-play:before { content: "\f04b"; }
.fa-play-circle:before,
.fa-circle-play:before { content: "\f144"; }

/* Astrology / spiritual-friendly icons */
.fa-star:before { content: "\f005"; }
.fa-sun:before { content: "\f185"; }
.fa-moon:before { content: "\f186"; }
.fa-sparkles:before { content: "\f890"; }
.fa-gem:before { content: "\f3a5"; }
.fa-hand-holding-heart:before { content: "\f4be"; }
.fa-heart:before { content: "\f004"; }
.fa-leaf:before { content: "\f06c"; }

/* Form / action icons */
.fa-check:before { content: "\f00c"; }
.fa-check-circle:before,
.fa-circle-check:before { content: "\f058"; }
.fa-plus:before { content: "\2b"; }
.fa-minus:before { content: "\f068"; }
.fa-plus-circle:before,
.fa-circle-plus:before { content: "\f055"; }
.fa-minus-circle:before,
.fa-circle-minus:before { content: "\f056"; }
.fa-download:before { content: "\f019"; }
.fa-upload:before { content: "\f093"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-share:before { content: "\f064"; }

/* Brand icons */
.fa-facebook-f:before,
.fa-facebook:before { content: "\f39e"; }
.fa-instagram:before { content: "\f16d"; }
.fa-linkedin-in:before,
.fa-linkedin:before { content: "\f0e1"; }
.fa-youtube:before { content: "\f167"; }
.fa-twitter:before { content: "\f099"; }
.fa-x-twitter:before { content: "\e61f"; }
.fa-whatsapp:before { content: "\f232"; }
