.leaflet-control-navbar-back::after {
    font-family: "Font Awesome 6 Free";
    content: "\f060"; /* fa-arrow-left */
    font-weight: 900;
}

.leaflet-control-navbar-fwd::after {
    font-family: "Font Awesome 6 Free";
    content: "\f061"; /* fa-arrow-right */
    font-weight: 900;
}

.leaflet-control-navbar-home::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f015";   /* fa-home */
    font-size: 16px;
    display: block;
    text-align: center;
    line-height: 26px;
}
