/* FontAwesome Free 6.5.2, solid only, subset to the 30 glyphs this site uses.
   The full solid face is 153KB; this subset is 3.5KB. Regenerate with:
     python3 -m fontTools.subset fa-solid-900.woff2 --unicodes-file=glyphs.txt \
       --flavor=woff2 --layout-features='' --no-hinting --desubroutinize \
       --output-file=public/fonts/fa-solid-subset.woff2
   Brand logos, country flags, the QuQi mark and every diagram stay as inline
   SVG on purpose: a webfont glyph cannot carry colour, animation or geometry.
   Prefer the BARE glyph (fa-info, fa-exclamation) wherever the markup already
   draws a round badge: fa-circle-info inside one renders a circle in a circle.
   Licence: Font Awesome Free, fonts under SIL OFL 1.1. */
@font-face{
  font-family:'FA6Solid';
  font-style:normal;
  font-weight:900;
  font-display:swap;
  src:url('/fonts/fa-solid-subset.woff2?v=630d5312b0') format('woff2');
}
.fa-solid{
  font-family:'FA6Solid';
  font-weight:900;
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  display:inline-block;
  font-style:normal;
  font-variant:normal;
  line-height:1;
  text-rendering:auto;
}
.fa-solid[aria-hidden="true"]{pointer-events:none}
.fa-fw{width:1.25em;text-align:center}
.fa-check:before{content:"\f00c"}
.fa-chevron-down:before{content:"\f078"}
.fa-magnifying-glass:before{content:"\f002"}
.fa-download:before{content:"\f019"}
.fa-xmark:before{content:"\f00d"}
.fa-arrow-up-right-from-square:before{content:"\f08e"}
.fa-copy:before{content:"\f0c5"}
.fa-bars:before{content:"\f0c9"}
.fa-book:before{content:"\f02d"}
.fa-screwdriver-wrench:before{content:"\f7d9"}
.fa-file-lines:before{content:"\f15c"}
.fa-comment-dots:before{content:"\f4ad"}
.fa-rectangle-list:before{content:"\f022"}
.fa-newspaper:before{content:"\f1ea"}
.fa-clock:before{content:"\f017"}
.fa-user:before{content:"\f007"}
.fa-link:before{content:"\f0c1"}
.fa-palette:before{content:"\f53f"}
.fa-calendar-plus:before{content:"\f271"}
.fa-pen-nib:before{content:"\f5ad"}
.fa-chess:before{content:"\f439"}
.fa-image:before{content:"\f03e"}
.fa-magnifying-glass-chart:before{content:"\e522"}
.fa-calendar-week:before{content:"\f784"}
.fa-paper-plane:before{content:"\f1d8"}
.fa-clapperboard:before{content:"\e131"}
.fa-globe:before{content:"\f0ac"}
.fa-info:before{content:"\f129"}
.fa-exclamation:before{content:"\21"}
.fa-flag:before{content:"\f024"}
/* agent marks: one size wherever an agent icon sits in a tile */
.q-agent-icon{font-size:16px;line-height:1}
