/*!
 * Font Awesome Pro 6.7.2 - Custom Minimal Build for 8 Icons
 * Only includes: angle-left, angle-right, arrow-right, arrow-left, bars, cart-shopping, user, trash
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */

/* Core font and rendering styles */
.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    font-weight: var(--fa-style, 900)
}

.fal,
.fa-light,
.fa-classic {
    font-family: "Font Awesome 6 Pro"
}

.fal,
.fa-light {
    font-weight: 300
}

.fal,
.fa-light,
.fa {
    -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
}

.fal:before,
.fa-light:before,
.fa:before {
    content: var(--fa)
}

/* Icon definitions */
.fa-angle-left:before {
    --fa: "\f104"
}

.fa-angle-right:before {
    --fa: "\f105"
}

.fa-arrow-right:before {
    --fa: "\f061"
}

.fa-arrow-left:before {
    --fa: "\f060"
}

.fa-bars:before {
    --fa: "\f0c9"
}

.fa-cart-shopping:before {
    --fa: "\f07a"
}

.fa-user:before {
    --fa: "\f007"
}

.fa-trash:before {
    --fa: "\f1f8"
}

/* Common size utilities (remove if not used) */
.fa-xs {
    font-size: .75em;
    line-height: .08333em;
    vertical-align: .125em
}

.fa-sm {
    font-size: .875em;
    line-height: .07143em;
    vertical-align: .05357em
}

.fa-lg {
    font-size: 1.25em;
    line-height: .05em;
    vertical-align: -.075em
}

.fa-xl {
    font-size: 1.5em;
    line-height: .04167em;
    vertical-align: -.125em
}

.fa-2xl {
    font-size: 2em;
    line-height: .03125em;
    vertical-align: -.1875em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}