/* Removed hs-icons font and replaced with Font Awesome equivalents */
/* Removed @font-face for hs-icons */

/* Updated icon classes */

.fa-arrow-bottom:before {
  content: "\f078";
  /* Font Awesome down arrow */
}

.fa-arrow-left:before {
  content: "\f104";
  /* Font Awesome left arrow */
}

.fa-arrow-right:before {
  content: "\f105";
  /* Font Awesome right arrow */
}

.fa-arrow-top:before {
  content: "\f077";
  /* Font Awesome up arrow */
}

.fa-close:before {
  content: "\f00d";
  /* Font Awesome close icon */
}

.fa-hamburger-2:before {
  content: "\f859";
  /* Font Awesome hamburger icon (two lines) */
}

.fa-hamburger:before {
  content: "\f8c9";
  /* Font Awesome hamburger icon (three lines) */
}

.fa-lula-kebab-h:before {
  content: "\f6f4";
  /* Font Awesome kebab horizontal icon */
}

.fa-lula-kebab-v:before {
  content: "\f6f3";
  /* Font Awesome kebab vertical icon */
}

.fa-magnifier:before {
  content: "\f002";
  /* Font Awesome magnifying glass */
}

.fa-music:before {
  content: "\f001";
  /* Font Awesome music icon */
}

.fa-photo:before {
  content: "\f03e";
  /* Font Awesome photo icon */
}

.fa-play:before {
  content: "\f04b";
  /* Font Awesome play icon */
}

.fa-plus:before {
  content: "\f067";
  /* Font Awesome plus icon */
}

.fa-unzoom:before {
  content: "\f065";
  /* Font Awesome unzoom icon */
}

.fa-video:before {
  content: "\f03d";
  /* Font Awesome video icon */
}

.fa-zoom:before {
  content: "\f00e";
  /* Font Awesome zoom icon */
}
