
/* Font Awesome personalizado: solo iconos utilizados */

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('https://www.licorea.com/fontawesome/webfonts/fa-solid-900.woff2') format('woff2');
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://www.licorea.com/fontawesome/webfonts/fa-brands-400.woff2') format('woff2');
}
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fas.fa-shopping-bag:before { content: "\f290"; }
.fas.fa-bookmark:before { content: "\f02e"; }
.fas.fa-bars:before { content: "\f0c9"; }
.fas.fa-newspaper:before { content: "\f1ea"; }
.fas.fa-bolt:before { content: "\f0e7"; }
.fas.fa-crown:before { content: "\f521"; }
.fas.fa-star:before { content: "\f005"; }
.fas.fa-comment-dots:before { content: "\f4ad"; }
.fas.fa-share:before { content: "\f064"; }
.fas.fa-truck:before { content: "\f0d1"; }
.fas.fa-recycle:before { content: "\f1b8"; }
.fas.fa-gift:before { content: "\f06b"; }
.fas.fa-exclamation-circle:before { content: "\f06a"; }
.fas.fa-map-marker-alt:before { content: "\f3c5"; }
.fas.fa-phone:before { content: "\f095"; }
.fas.fa-clock:before { content: "\f017"; }
.fas.fa-envelope:before { content: "\f0e0"; }
.fas.fa-file:before { content: "\f15b"; }
.fas.fa-flag:before { content: "\f024"; }
.fas.fa-lock:before { content: "\f023"; }
.fas.fa-box:before { content: "\f466"; }
.fas.fa-shopping-cart:before { content: "\f07a"; }
.fas.fa-cookie:before { content: "\f563"; }
.fas.fa-user:before { content: "\f007"; }
.fas.fa-undo:before { content: "\f0e2"; }
.fas.fa-redo:before { content: "\f01e"; }
.fas.fa-sign-out-alt:before { content: "\f2f5"; }
.fas.fa-question-circle:before { content: "\f059"; }
.fas.fa-wine-glass-alt:before { content: "\f5ce"; }
.fas.fa-award:before { content: "\f559"; }
.fas.fa-map-pin:before { content: "\f276"; }
.fas.fa-chevron-down:before { content: "\f078"; }
.fas.fa-euro:before { content: "\f153"; }
.fas.fa-address-book:before { content: "\f2b9"; }
.fas.fa-ticket-alt:before { content: "\f3ff"; }
.fas.fa-heart:before { content: "\f004"; }
.fas.fa-bell:before { content: "\f0f3"; }
.fas.fa-building:before { content: "\f1ad"; }
.fas.fa-plus-circle:before { content: "\f055"; }
.fas.fa-shopping-basket:before { content: "\f291"; }
.fas.fa-shipping-fast:before { content: "\f48b"; }
.fas.fa-tags:before { content: "\f02c"; }
.fas.fa-leaf:before { content: "\f06c"; }
.fas.fa-eye:before { content: "\f06e"; }
.fas.fa-credit-card:before { content: "\f09d"; }
.fas.fa-file-invoice-dollar:before { content: "\f571"; }
.fas.fa-history:before { content: "\f1da"; }
.fas.fa-file-invoice:before { content: "\f570"; }
.fas.fa-arrow-left:before { content: "\f060"; }
.fas.fa-money-bill-wave:before { content: "\f53a"; }
.fas.fa-calendar-alt:before { content: "\f073"; }
.fas.fa-info-circle:before { content: "\f05a"; }
.fas.fa-receipt:before { content: "\f543"; }
.fas.fa-edit:before { content: "\f044"; }
.fas.fa-wallet:before { content: "\f555"; }
.fas.fa-envelope-open:before { content: "\f2b6"; }
.fas.fa-trash:before { content: "\f1f8"; }
.fas.fa-key:before { content: "\f084"; }
.fas.fa-birthday-cake:before { content: "\f1fd"; }
.fas.fa-tag:before { content: "\f02b"; }
.fas.fa-percentage:before { content: "\f541"; }

.fas, .far, .fab {
  font-style: normal;
}
