.fa-solid,
.fa-regular {
    display: inline-block;
    line-height: 1;
    font-style: normal;
}

.fa-solid::before,
.fa-regular::before {
    display: inline-block;
    font-weight: 600;
}

.fa-suitcase::before {
    content: "🧳";
}

.fa-calendar::before,
.fa-calendar-days::before {
    content: "📅";
}

.fa-up-down::before {
    content: "↕";
}

.fa-right-left::before {
    content: "↔";
}

.fa-arrows-rotate::before {
    content: "↻";
}

.fa-magnifying-glass::before {
    content: "🔎";
}

.fa-bus-simple::before {
    content: "🚌";
}

.fa-check::before,
.fa-circle-check::before {
    content: "✓";
}

.fa-clock::before {
    content: "⏱";
}

.fa-angle-down::before {
    content: "⌄";
}

.fa-angle-right::before {
    content: "›";
}

.fa-note-sticky::before {
    content: "📝";
}

.fa-location-arrow::before {
    content: "➤";
}
