/* =======================================================
   Font Awesome Lite – PipeFlowCalculations Edition
   Optimized for performance: only 33 used icons retained
   ======================================================= */

@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Base styling */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-fw { width: 1.25em; text-align: center; }
.fa-lg { font-size: 1.33333333em; line-height: .75em; vertical-align: -15%; }
.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }
.fa-4x { font-size: 4em; }
.fa-5x { font-size: 5em; }

.fa-spin {
  animation: fa-spin 2s infinite linear;
}
@keyframes fa-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(359deg); }
}

/* ===== Used icons only ===== */
.fa-diamond:before { content: "\f219"; }
.fa-calculator:before { content: "\f1ec"; }
.fa-download:before { content: "\f019"; }
.fa-cloud:before { content: "\f0c2"; }
.fa-coffee:before { content: "\f0f4"; }
.fa-android:before { content: "\f17b"; }
.fa-check:before { content: "\f00c"; }
.fa-search-plus:before { content: "\f00e"; }
.fa-check-circle:before { content: "\f058"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-user:before { content: "\f007"; }
.fa-angle-down:before { content: "\f107"; }
.fa-angle-up:before { content: "\f106"; }
.fa-desktop:before { content: "\f108"; }
.fa-cc-visa:before { content: "\f1f0"; }
.fa-cc-mastercard:before { content: "\f1f1"; }
.fa-cc-amex:before { content: "\f1f3"; }
.fa-paypal:before { content: "\f1ed"; }
.fa-youtube:before { content: "\f167"; }
.fa-ban:before { content: "\f05e"; }
.fa-plus:before { content: "\f067"; }
.fa-minus:before { content: "\f068"; }
.fa-plus-circle:before { content: "\f055"; }
.fa-minus-circle:before { content: "\f056"; }
.fa-times-circle:before { content: "\f057"; }
.fa-pencil:before { content: "\f040"; }
.fa-floppy-o:before { content: "\f0c7"; }
.fa-folder-open:before { content: "\f07c"; }
.fa-table:before { content: "\f0ce"; }
.fa-globe:before { content: "\f0ac"; }
.fa-times:before { content: "\f00d"; }

/* Optional helper (if using .fa-big in your layout) */
.fa-big { font-size: 36px; padding: 8px; }

/* End of file */
