/*
    Font Awesome 5 Duotone for Lift It Moving
    Duotone icons with two-color support
*/

@font-face {
    font-family: "Font Awesome 5 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../../fonts/fa-duotone-900.woff2") format("woff2"),
         url("../../fonts/fa-duotone-900.woff") format("woff");
}

.fad {
    position: relative;
    font-family: "Font Awesome 5 Duotone";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fad:before {
    position: absolute;
    color: var(--fa-primary-color, inherit);
    opacity: var(--fa-primary-opacity, 1);
}

.fad:after {
    color: var(--fa-secondary-color, inherit);
    opacity: var(--fa-secondary-opacity, 0.4);
}

/* Icons */
.fad.fa-home:before { content: "\f015"; }
.fad.fa-home:after { content: "\10f015"; }

.fad.fa-truck:before { content: "\f0d1"; }
.fad.fa-truck:after { content: "\10f0d1"; }

.fad.fa-box:before { content: "\f466"; }
.fad.fa-box:after { content: "\10f466"; }

.fad.fa-boxes:before { content: "\f468"; }
.fad.fa-boxes:after { content: "\10f468"; }

.fad.fa-warehouse:before { content: "\f494"; }
.fad.fa-warehouse:after { content: "\10f494"; }

.fad.fa-shipping-fast:before { content: "\f48b"; }
.fad.fa-shipping-fast:after { content: "\10f48b"; }

.fad.fa-dolly:before { content: "\f472"; }
.fad.fa-dolly:after { content: "\10f472"; }

.fad.fa-pallet:before { content: "\f482"; }
.fad.fa-pallet:after { content: "\10f482"; }

.fad.fa-people-carry:before { content: "\f4ce"; }
.fad.fa-people-carry:after { content: "\10f4ce"; }

.fad.fa-route:before { content: "\f4d7"; }
.fad.fa-route:after { content: "\10f4d7"; }

.fad.fa-phone:before { content: "\f095"; }
.fad.fa-phone:after { content: "\10f095"; }

.fad.fa-phone-alt:before { content: "\f879"; }
.fad.fa-phone-alt:after { content: "\10f879"; }

.fad.fa-envelope:before { content: "\f0e0"; }
.fad.fa-envelope:after { content: "\10f0e0"; }

.fad.fa-clock:before { content: "\f017"; }
.fad.fa-clock:after { content: "\10f017"; }

.fad.fa-calendar-alt:before { content: "\f073"; }
.fad.fa-calendar-alt:after { content: "\10f073"; }

.fad.fa-map-marker-alt:before { content: "\f3c5"; }
.fad.fa-map-marker-alt:after { content: "\10f3c5"; }

.fad.fa-location-arrow:before { content: "\f124"; }
.fad.fa-location-arrow:after { content: "\10f124"; }

.fad.fa-star:before { content: "\f005"; }
.fad.fa-star:after { content: "\10f005"; }

.fad.fa-check:before { content: "\f00c"; }
.fad.fa-check:after { content: "\10f00c"; }

.fad.fa-check-circle:before { content: "\f058"; }
.fad.fa-check-circle:after { content: "\10f058"; }

.fad.fa-shield-alt:before { content: "\f3ed"; }
.fad.fa-shield-alt:after { content: "\10f3ed"; }

.fad.fa-shield-check:before { content: "\f2f7"; }
.fad.fa-shield-check:after { content: "\10f2f7"; }

.fad.fa-hands-usd:before { content: "\f4c5"; }
.fad.fa-hands-usd:after { content: "\10f4c5"; }

.fad.fa-tint:before { content: "\f043"; }
.fad.fa-tint:after { content: "\10f043"; }

.fad.fa-lock:before { content: "\f023"; }
.fad.fa-lock:after { content: "\10f023"; }

.fad.fa-thumbs-up:before { content: "\f164"; }
.fad.fa-thumbs-up:after { content: "\10f164"; }

.fad.fa-heart:before { content: "\f004"; }
.fad.fa-heart:after { content: "\10f004"; }

.fad.fa-info-circle:before { content: "\f05a"; }
.fad.fa-info-circle:after { content: "\10f05a"; }

.fad.fa-exclamation-circle:before { content: "\f06a"; }
.fad.fa-exclamation-circle:after { content: "\10f06a"; }

.fad.fa-exclamation-triangle:before { content: "\f071"; }
.fad.fa-exclamation-triangle:after { content: "\10f071"; }

.fad.fa-question-circle:before { content: "\f059"; }
.fad.fa-question-circle:after { content: "\10f059"; }

.fad.fa-tools:before { content: "\f7d9"; }
.fad.fa-tools:after { content: "\10f7d9"; }

.fad.fa-clipboard-check:before { content: "\f46c"; }
.fad.fa-clipboard-check:after { content: "\10f46c"; }

.fad.fa-tags:before { content: "\f02c"; }
.fad.fa-tags:after { content: "\10f02c"; }

.fad.fa-handshake:before { content: "\f2b5"; }
.fad.fa-handshake:after { content: "\10f2b5"; }

.fad.fa-comment:before { content: "\f075"; }
.fad.fa-comment:after { content: "\10f075"; }

.fad.fa-comments:before { content: "\f086"; }
.fad.fa-comments:after { content: "\10f086"; }

.fad.fa-globe:before { content: "\f0ac"; }
.fad.fa-globe:after { content: "\10f0ac"; }

.fad.fa-building:before { content: "\f1ad"; }
.fad.fa-building:after { content: "\10f1ad"; }

.fad.fa-city:before { content: "\f64f"; }
.fad.fa-city:after { content: "\10f64f"; }

.fad.fa-industry:before { content: "\f275"; }
.fad.fa-industry:after { content: "\10f275"; }

.fad.fa-user:before { content: "\f007"; }
.fad.fa-user:after { content: "\10f007"; }

.fad.fa-users:before { content: "\f0c0"; }
.fad.fa-users:after { content: "\10f0c0"; }

.fad.fa-search:before { content: "\f002"; }
.fad.fa-search:after { content: "\10f002"; }

.fad.fa-cog:before { content: "\f013"; }
.fad.fa-cog:after { content: "\10f013"; }

.fad.fa-arrow-right:before { content: "\f061"; }
.fad.fa-arrow-right:after { content: "\10f061"; }

.fad.fa-arrow-left:before { content: "\f060"; }
.fad.fa-arrow-left:after { content: "\10f060"; }

.fad.fa-chevron-right:before { content: "\f054"; }
.fad.fa-chevron-right:after { content: "\10f054"; }

.fad.fa-chevron-left:before { content: "\f053"; }
.fad.fa-chevron-left:after { content: "\10f053"; }

.fad.fa-chevron-down:before { content: "\f078"; }
.fad.fa-chevron-down:after { content: "\10f078"; }
