/* Direct icon fixes for angle icons */
@font-face {
  font-family: 'FontAwesomeFallback';
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}

/* Add these codes directly */
.icon-angle-down::before {
  font-family: 'FontAwesomeFallback', 'Font Awesome 5 Free';
  content: "\f107";
  display: inline-block;
  font-weight: 900;
}

.icon-angle-up::before {
  font-family: 'FontAwesomeFallback', 'Font Awesome 5 Free';
  content: "\f106";
  display: inline-block;
  font-weight: 900;
}