/*!
 * Font Awesome Subset — 38 icons used by Katonometrica
 * Generated from Font Awesome 6 Free. License: https://fontawesome.com/license/free
 * Solid (fas): 36 icons | Brands (fab): 2 icons
 */

/* Web Font URLs — CDN for font files only (much smaller than loading all.min.css) */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/webfonts/fa-solid-900.woff2') format('woff2');
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/webfonts/fa-brands-400.woff2') format('woff2');
}

/* Base icon styles */
.fas, .fab,
.fa-solid, .fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas, .fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.fab, .fa-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

/* === Solid Icons (36) === */
.fa-anchor::before { content: "\f13d"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-briefcase::before { content: "\f0b1"; }
.fa-building::before { content: "\f1ad"; }
.fa-calendar-alt::before { content: "\f073"; }
.fa-calendar-check::before { content: "\f274"; }
.fa-chart-bar::before { content: "\f080"; }
.fa-chart-line::before { content: "\f201"; }
.fa-chart-pie::before { content: "\f200"; }
.fa-check-circle::before { content: "\f058"; }
.fa-check-double::before { content: "\f560"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-clock::before { content: "\f017"; }
.fa-cloud::before { content: "\f0c2"; }
.fa-cogs::before { content: "\f085"; }
.fa-compass::before { content: "\f14e"; }
.fa-cubes::before { content: "\f1b3"; }
.fa-dumbbell::before { content: "\f44b"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-euro-sign::before { content: "\f153"; }
.fa-feather-alt::before { content: "\f56b"; }
.fa-folder-open::before { content: "\f07c"; }
.fa-globe::before { content: "\f0ac"; }
.fa-hands-helping::before { content: "\f4c4"; }
.fa-home::before { content: "\f015"; }
.fa-magic::before { content: "\f0d0"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-paper-plane::before { content: "\f1d8"; }
.fa-phone::before { content: "\f095"; }
.fa-print::before { content: "\f02f"; }
.fa-robot::before { content: "\f544"; }
.fa-route::before { content: "\f4d7"; }
.fa-seedling::before { content: "\f4d8"; }
.fa-shield-alt::before { content: "\f3ed"; }
.fa-tasks::before { content: "\f0ae"; }
.fa-users::before { content: "\f0c0"; }

/* === Brand Icons (2) === */
.fa-github::before { content: "\f09b"; }
.fa-linkedin::before { content: "\f08c"; }
