/* Font Awesome 6.4.0 - trimmed version for OnlineHotSex */

/* Base */
.fas,
.fa-solid {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.fa,
.fas {
    font-style: normal;
}

.fa {
    display: inline-block;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -.0667em;
}

/* Icons */
.fa-cog:before,
.fa-gear:before {
    content: "\f013";
}

.fa-times:before,
.fa-xmark:before {
    content: "\f00d";
}

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

.fa-film:before {
    content: "\f008";
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071";
}

.fa-play:before {
    content: "\f04b";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-folder-open:before {
    content: "\f07c";
}

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

.fa-home:before {
    content: "\f015";
}

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

.fa-history:before {
    content: "\f1da";
}

/* Ensure font-face is still declared */
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap; /* 🚀 key change */
    src: url("/webfonts/fa-solid-900-c64278386c2bbb5e293e11b94ca2f6d1.woff2") format("woff2"),
         url("../webfonts/fa-solid-900.ttf") format("truetype");
}