/*
 * Font Awesome compatibility aliases for icons not present in the local 6.3.0 subset.
 * These are graceful fallbacks to keep UI markers visible in offline environments.
 */
.fa-python:before,
.fa-rocketchat:before,
.fa-weixin:before,
.fa-shield-check:before,
.fa-sparkles:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.fa-python:before {
    content: "\f121";
}

.fa-rocketchat:before,
.fa-weixin:before {
    content: "\f4ad";
}

.fa-shield-check:before {
    content: "\f132";
}

.fa-sparkles:before {
    content: "\f0d0";
}
