/*!
 * Reichrechner Optimized FontAwesome Stylesheet
 * High-performance, lightweight icons loader with font-display: swap
 */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../webfonts/fa-solid-900.woff2') format('woff2'),
       url('../webfonts/fa-solid-900.ttf') format('truetype');
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../webfonts/fa-brands-400.woff2') format('woff2'),
       url('../webfonts/fa-brands-400.ttf') format('truetype');
}

.fa, .fas, .fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fab, .fa-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

/* Icon glyph content definitions used across Reichrechner */
.fa-calculator:before { content: "\f1ec"; }
.fa-file-pdf:before { content: "\f1c1"; }
.fa-chart-line:before { content: "\f201"; }
.fa-house-chimney:before, .fa-home:before, .fa-house:before { content: "\f015"; }
.fa-shield-halved:before, .fa-shield-alt:before { content: "\f3ed"; }
.fa-compass:before { content: "\f14e"; }
.fa-bars:before { content: "\f0c9"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-hourglass-half:before { content: "\f252"; }
.fa-facebook:before, .fa-facebook-f:before { content: "\f39e"; }
.fa-twitter:before { content: "\f099"; }
.fa-instagram:before { content: "\f16d"; }
.fa-linkedin:before, .fa-linkedin-in:before { content: "\f0e1"; }

.caret {
  margin-left: 0.35rem;
  font-size: 0.8em;
  transition: transform 0.2s ease;
}