/*!
 * Font Awesome Subset - ClickPatrol Theme
 * Custom minimal build with only icons used in theme
 * Original size: 80KB (all.min.css)
 * This subset: ~5KB
 * 
 * Icons included:
 * - fa-star (solid)
 * - fa-star (regular - outline)
 * - fa-star-half-alt (solid)
 * - fa-chevron-left (solid)
 * - fa-chevron-right (solid)
 * - fa-arrow-left (solid)
 */

/* Font Awesome Base Styles */
.fa, .fas, .far, .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;
}

/* Solid Icons (fas) */
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* Regular Icons (far) */
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

/* Font Face Declarations - Only Solid (900) and Regular (400) */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../font-awesome/webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font-awesome/webfonts/fa-regular-400.woff2") format("woff2");
}

/* Icon Definitions - Only Used Icons */

/* Star - Solid */
.fa-star:before {
  content: "\f005";
}

/* Star Half Alt - Solid */
.fa-star-half-alt:before {
  content: "\f5c0";
}

/* Chevron Left - Solid */
.fa-chevron-left:before {
  content: "\f053";
}

/* Chevron Right - Solid */
.fa-chevron-right:before {
  content: "\f054";
}

/* Arrow Left - Solid */
.fa-arrow-left:before {
  content: "\f060";
}
