/* BW Pakistan local font/icon compatibility patch
   Fixes Font Awesome 6 class names used in Blade while bundled file is Font Awesome 5 Pro. */
:root{--bw-font-stack:"Poppins","Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}
html,body,button,input,select,textarea{font-family:var(--bw-font-stack)}
.fa-solid,.fa-regular,.fa-brands{display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}
.fa-solid{font-family:"Font Awesome 5 Pro","Font Awesome 5 Free";font-weight:900}.fa-regular{font-family:"Font Awesome 5 Pro","Font Awesome 5 Free";font-weight:400}.fa-brands{font-family:"Font Awesome 5 Brands";font-weight:400}
.fa-cart-shopping:before{content:"\f07a"}.fa-truck-fast:before{content:"\f48b"}.fa-shield-halved:before{content:"\f3ed"}.fa-rotate-left:before{content:"\f2ea"}.fa-circle-check:before{content:"\f058"}.fa-code-compare:before{content:"\f362"}.fa-location-dot:before{content:"\f3c5"}.fa-right-from-bracket:before{content:"\f2f5"}.fa-users-viewfinder:before{content:"\f0c0"}
