@font-face {
    font-family: 'Font Awesome 5 Pro';
    src: url('FontAwesome5Pro-Light.woff2') format('woff2'),
        url('FontAwesome5Pro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.fa-light.fa-chair:before {
    content: "\f6c0"; /* Chair */
}

.fa-light.fa-building:before {
    content: "\f1ad"; /* Building */
}

.fa-light.fa-lamp:before {
    content: "\f4ca";
}

.fa-light.fa-user-helmet-safety:before {
    content: "\f82c";
}

.fa-light.fa-tools:before {
    content: "\f7d9";
}

.fa-light.fa-list-check:before {
    content: "\f0ae";
}
.fa-light.fa-person-walking:before {
    content: "\f554";
}
.fa-light.fa-house-window:before {
    content: "\f90d";
}
.fa-light.fa-shop:before {
    content: "\f54f";
}