/*
 * Line Awesome (icons8) — self-hosted, trimmed to the icons this theme uses.
 * Line Awesome is MIT (code) + SIL OFL 1.1 (fonts). Full set: https://icons8.com/line-awesome
 * woff2 only (every browser we support has it); font-display:block so the icon
 * either shows or is invisible — never a fallback tofu box.
 */
@font-face{
  font-family:'Line Awesome Free';
  font-style:normal;font-weight:900;font-display:block;
  src:url(../fonts/line-awesome/la-solid-900.woff2) format("woff2");
}
@font-face{
  font-family:'Line Awesome Brands';
  font-style:normal;font-weight:400;font-display:block;
  src:url(../fonts/line-awesome/la-brands-400.woff2) format("woff2");
}
.la,.lab,.las{
  -moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;
  display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;
}
.las{font-family:'Line Awesome Free';font-weight:900}
.lab{font-family:'Line Awesome Brands';font-weight:400}

/* Solid (UI / value props / account) */
.la-shipping-fast:before{content:"\f48b"}
.la-truck:before{content:"\f0d1"}
.la-credit-card:before{content:"\f09d"}
.la-tools:before{content:"\f7d9"}
.la-headset:before{content:"\f590"}
.la-award:before{content:"\f559"}
.la-shield-alt:before{content:"\f3ed"}
.la-medal:before{content:"\f5a2"}
.la-certificate:before{content:"\f0a3"}
.la-gift:before{content:"\f06b"}
.la-clock:before{content:"\f017"}
.la-star:before{content:"\f005"}
.la-leaf:before{content:"\f06c"}
.la-bolt:before{content:"\f0e7"}
.la-tag:before{content:"\f02b"}
.la-home:before{content:"\f015"}
.la-shopping-bag:before{content:"\f290"}
.la-shopping-cart:before{content:"\f07a"}
.la-download:before{content:"\f019"}
.la-map-marker-alt:before{content:"\f3c5"}
.la-map-marked-alt:before{content:"\f5a0"}
.la-user:before{content:"\f007"}
.la-user-circle:before{content:"\f2bd"}
.la-sign-out-alt:before{content:"\f2f5"}
.la-heart:before{content:"\f004"}
.la-check-circle:before{content:"\f058"}
.la-box-open:before{content:"\f49e"}
.la-angle-right:before{content:"\f105"}
.la-angle-up:before{content:"\f106"}
.la-arrow-right:before{content:"\f061"}

/* Brands (footer social) */
.la-facebook-f:before{content:"\f39e"}
.la-youtube:before{content:"\f167"}
.la-instagram:before{content:"\f16d"}
