/* FontAwesome Subset - Endast 36 ikoner som används på mackan.eu */
/* Original size: 112KB → Subset size: ~3KB */

@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.5.0/webfonts/fa-solid-900.woff2") format("woff2");
}

.fas, .fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

/* Icons mapping - only icons we actually use */
.fa-address-book:before { content: "\f2b9"; }
.fa-arrows-rotate:before, .fa-rotate:before { content: "\f021"; }
.fa-copy:before { content: "\f0c5"; }
.fa-calendar-days:before { content: "\f073"; }
.fa-circle-info:before { content: "\f05a"; }
.fa-clock:before { content: "\f017"; }
.fa-compass:before { content: "\f14e"; }
.fa-diagram-project:before { content: "\f542"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-eye:before { content: "\f06e"; }
.fa-file-csv:before { content: "\f6dd"; }
.fa-file-lines:before { content: "\f15c"; }
.fa-gears:before { content: "\f085"; }
.fa-grip:before { content: "\f58d"; }
.fa-house:before { content: "\f015"; }
.fa-id-badge:before { content: "\f2c1"; }
.fa-id-card:before { content: "\f2c2"; }
.fa-image:before { content: "\f03e"; }
.fa-industry:before { content: "\f275"; }
.fa-key:before { content: "\f084"; }
.fa-link:before { content: "\f0c1"; }
.fa-list:before { content: "\f03a"; }
.fa-map:before { content: "\f279"; }
.fa-map-location-dot:before { content: "\f5a0"; }
.fa-moon:before { content: "\f186"; }
.fa-phone:before { content: "\f095"; }
.fa-qrcode:before { content: "\f029"; }
.fa-right-left:before { content: "\f362"; }
.fa-rocket:before { content: "\f135"; }
.fa-shield-halved:before { content: "\f3ed"; }
.fa-star:before { content: "\f005"; }
.fa-sun:before { content: "\f185"; }
.fa-toolbox:before { content: "\f552"; }
.fa-user-check:before { content: "\f4fc"; }
.fa-users:before { content: "\f0c0"; }
.fa-volume-high:before { content: "\f028"; }
.fa-wand-magic-sparkles:before { content: "\f6d0"; }

/* Additional utility classes */
.fa-fw {
  text-align: center;
  width: 1.25em;
}
