/*!
 * Custom Font Awesome subset
 * Only includes icons used in the SayByeBugs checkout process
 */

@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.0.0/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('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/webfonts/fa-brands-400.woff2') format('woff2');
}

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

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

/* Common styles for all icons */
.fas, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* Individual icon definitions */
.fa-lock:before {
  content: "\f023";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-user:before {
  content: "\f007";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-circle-check:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-circle:before {
  content: "\f111";
}

.fa-times:before {
  content: "\f00d";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-paypal:before {
  content: "\f1ed";
}

/* Added missing icons */
.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-home:before {
  content: "\f015";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

/* Why SayByeBugs section icons */
.fa-shield:before {
  content: "\f132";
}

.fa-bug:before {
  content: "\f188";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-star:before {
  content: "\f005";
}

.fa-heart:before {
  content: "\f004";
}

/* Additional common icons */
.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-phone:before {
  content: "\f095";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-edit:before {
  content: "\f044";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-comment:before {
  content: "\f075";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-info-circle:before {
  content: "\f05a";
}

/* Added missing icons for Why SayByeBugs section */
.fa-paw:before {
  content: "\f1b0";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
} 