/* Font Awesome Icons - Minimal Set for RIM Cargo Project */
/* Font face declaration - Free Icons */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2") format("woff2")
}
/* Font face declaration - Brand Icons */
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.woff2") format("woff2")
}
/* Base styles for Font Awesome icons */
.fas {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.fab {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
/* Icons used in the project */
.fa-truck::before {
  content: "\f0d1"
}
.fa-calculator::before {
  content: "\f1ec"
}
.fa-phone::before {
  content: "\f095"
}
.fa-check-circle::before {
  content: "\f058"
}
.fa-arrow-right::before {
  content: "\f061"
}
.fa-clock::before {
  content: "\f017"
}
.fa-shield-alt::before {
  content: "\f3ed"
}
.fa-users::before {
  content: "\f0c0"
}
.fa-truck-loading::before {
  content: "\f4de"
}
.fa-headset::before {
  content: "\f590"
}
.fa-file-contract::before {
  content: "\f56c"
}
.fa-chart-line::before {
  content: "\f201"
}
.fa-edit::before {
  content: "\f044"
}
.fa-handshake::before {
  content: "\f2b5"
}
.fa-check-square::before {
  content: "\f14a"
}
/* Social Media Icons */
.fa-whatsapp::before {
  content: "\f232"
}
.fa-telegram::before {
  content: "\f2c6"
}
/* Storage and warehouse icons */
.fa-warehouse::before {
  content: "\f494"
}
.fa-boxes::before {
  content: "\f468"
}
.fa-globe::before {
  content: "\f0ac"
}
/*# sourceMappingURL=fontawesome.min.1763730934774.css.map */
