/* Font Awesome Local CSS - Simplified version for local hosting */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/fa-solid-900.woff2") format("woff2");
}

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

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

/* Base styles */
.fa, .fas, .far, .fab, .fa-solid, .fa-regular, .fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

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

.far, .fa-regular {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

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

/* Common icon styles */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-xl {
  font-size: 1.5em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

/* Icon content - only including commonly used icons */
.fa-home:before, .fa-house:before { content: "\f015"; }
.fa-user:before { content: "\f007"; }
.fa-cog:before, .fa-gear:before { content: "\f013"; }
.fa-search:before, .fa-magnifying-glass:before { content: "\f002"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-phone:before { content: "\f095"; }
.fa-bars:before { content: "\f0c9"; }
.fa-times:before, .fa-xmark:before { content: "\f00d"; }
.fa-check:before { content: "\f00c"; }
.fa-edit:before, .fa-pen-to-square:before { content: "\f044"; }
.fa-trash:before { content: "\f1f8"; }
.fa-plus:before { content: "\002b"; }
.fa-minus:before { content: "\f068"; }
.fa-eye:before { content: "\f06e"; }
.fa-eye-slash:before { content: "\f070"; }
.fa-download:before { content: "\f019"; }
.fa-upload:before { content: "\f093"; }
.fa-heart:before { content: "\f004"; }
.fa-star:before { content: "\f005"; }
.fa-bell:before { content: "\f0f3"; }
.fa-calendar:before { content: "\f133"; }
.fa-clock:before { content: "\f017"; }
.fa-file:before { content: "\f15b"; }
.fa-folder:before { content: "\f07b"; }
.fa-save:before, .fa-floppy-disk:before { content: "\f0c7"; }
.fa-print:before { content: "\f02f"; }
.fa-link:before { content: "\f0c1"; }
.fa-image:before { content: "\f03e"; }
.fa-video:before { content: "\f03d"; }
.fa-music:before { content: "\f001"; }
.fa-play:before { content: "\f04b"; }
.fa-pause:before { content: "\f04c"; }
.fa-stop:before { content: "\f04d"; }
.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-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-chevron-up:before { content: "\f077"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-info:before { content: "\f129"; }
.fa-warning:before, .fa-triangle-exclamation:before { content: "\f071"; }
.fa-question:before { content: "\003f"; }
.fa-exclamation:before { content: "\0021"; }
.fa-lock:before { content: "\f023"; }
.fa-unlock:before { content: "\f09c"; }
.fa-dashboard:before, .fa-gauge:before { content: "\f624"; }
.fa-users:before { content: "\f0c0"; }
.fa-server:before { content: "\f233"; }
.fa-cogs:before, .fa-gears:before { content: "\f085"; }
.fa-wrench:before { content: "\f0ad"; }
.fa-tools:before { content: "\f7d9"; }
.fa-building:before { content: "\f1ad"; }
.fa-chart-bar:before { content: "\f080"; }
.fa-chart-line:before { content: "\f201"; }
.fa-table:before { content: "\f0ce"; }
.fa-list:before { content: "\f03a"; }
.fa-th:before, .fa-table-cells:before { content: "\f00a"; }
.fa-th-large:before, .fa-table-cells-large:before { content: "\f009"; }
.fa-shopping-cart:before, .fa-cart-shopping:before { content: "\f07a"; }
.fa-credit-card:before { content: "\f09d"; }
.fa-money-bill:before { content: "\f0d6"; }
.fa-dollar-sign:before, .fa-dollar:before { content: "\0024"; }
.fa-percent:before { content: "\0025"; }
.fa-calculator:before { content: "\f1ec"; }
.fa-clipboard:before { content: "\f328"; }
.fa-copy:before { content: "\f0c5"; }
.fa-cut:before, .fa-scissors:before { content: "\f0c4"; }
.fa-paste:before { content: "\f0ea"; }
.fa-comment:before { content: "\f075"; }
.fa-comments:before { content: "\f086"; }
.fa-message:before { content: "\f27a"; }
.fa-share:before { content: "\f064"; }
.fa-thumbs-up:before { content: "\f164"; }
.fa-thumbs-down:before { content: "\f165"; } 