/* Font Awesome Icons - Minimal version */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

/* Custom icon styles for Ankama theme */
.ico_lock::before {
  content: '\f023';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.ico_user-plus::before {
  content: '\f234';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.ico_navicon::before {
  content: '\f0c9';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}
