/*!
 * Font Awesome Pro 6.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 *
 * SUBSET. The theme shipped 6,291 rules and six font weights; this site renders
 * exactly one glyph -- the "+" that assets/js/main.js injects into the mobile
 * submenu toggle (<i class="fa-solid fa-plus">).
 *
 * `.tp-menu-close i` in main.css sets font-weight:500, which overrides the 900
 * that .fa-solid asks for, so the single face below is declared across the whole
 * 100-900 range. That way the solid file answers for any weight and the icon
 * cannot silently fall back to the page font.
 *
 * Adding more icons: paste the icon's rule from the full Font Awesome CSS.
 */
.fa,
.fa-solid,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100 900;
  font-display: block;
  src: url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.ttf) format("truetype");
}

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

.fa-add:before,
.fa-plus:before {
  content: "\2b";
}
