/* ==========================================================================
   Font Awesome 6.7.2, subset

   Only the 28 icons this site actually uses, and only the glyphs behind them.
   Replaces the full build: 72KB CSS + 300KB of fonts became 2KB + 4.3KB.
   Adding a new icon means adding its class and codepoint here, and re-cutting
   the font if the glyph is not already included.
   ========================================================================== */

@font-face{
  font-family:'FA Solid';
  src:url('../fonts/akp-fa-solid.woff2') format('woff2');
  font-weight:900;font-style:normal;font-display:block;
}
@font-face{
  font-family:'FA Regular';
  src:url('../fonts/akp-fa-regular.woff2') format('woff2');
  font-weight:400;font-style:normal;font-display:block;
}
@font-face{
  font-family:'FA Brands';
  src:url('../fonts/akp-fa-brands.woff2') format('woff2');
  font-weight:400;font-style:normal;font-display:block;
}

.fa-solid,.fas,
.fa-regular,.far,
.fa-brands,.fab{
  -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;
}
.fa-solid,.fas{font-family:'FA Solid';font-weight:900}
.fa-regular,.far{font-family:'FA Regular';font-weight:400}
.fa-brands,.fab{font-family:'FA Brands';font-weight:400}

.fa-solid:before,.fas:before,
.fa-regular:before,.far:before,
.fa-brands:before,.fab:before{content:var(--fa)}

/* Solid */
.fa-arrow-down-short-wide{--fa:"\f884"}
.fa-arrow-left{--fa:"\f060"}
.fa-arrow-right{--fa:"\f061"}
.fa-check{--fa:"\f00c"}
.fa-chevron-down{--fa:"\f078"}
.fa-chevron-left{--fa:"\f053"}
.fa-chevron-right{--fa:"\f054"}
.fa-circle-info{--fa:"\f05a"}
.fa-clock-rotate-left{--fa:"\f1da"}
.fa-diamond-turn-right{--fa:"\f5eb"}
.fa-envelope{--fa:"\f0e0"}
.fa-globe{--fa:"\f0ac"}
.fa-location-dot{--fa:"\f3c5"}
.fa-magnifying-glass{--fa:"\f002"}
.fa-paper-plane{--fa:"\f1d8"}
.fa-phone{--fa:"\f095"}
.fa-shop{--fa:"\f54f"}
.fa-tag{--fa:"\f02b"}
.fa-utensils{--fa:"\f2e7"}
.fa-xmark{--fa:"\f00d"}

/* Shared between solid and regular: the style class picks the face */
.fa-calendar{--fa:"\f133"}
.fa-clock{--fa:"\f017"}

/* Brands */
.fa-facebook-f{--fa:"\f39e"}
.fa-instagram{--fa:"\f16d"}
.fa-tiktok{--fa:"\e07b"}
.fa-whatsapp{--fa:"\f232"}
.fa-x-twitter{--fa:"\e61b"}
.fa-youtube{--fa:"\f167"}
