/*!
 * Font Awesome Free 6.5.1 - Custom subset
 * Only includes icons used by Tamacha Rénovation
 * License - https://fontawesome.com/license/free
 */

/* Font Face */
@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('fonts/fa-solid-900.woff2') format('woff2'),
        url('fonts/fa-solid-900.ttf') format('truetype');
}

/* Base styles */
.fas {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Icons used on the site */
.fa-wrench::before {
    content: "\f0ad";
}

.fa-phone::before {
    content: "\f095";
}

.fa-bell::before {
    content: "\f0f3";
}

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

.fa-fire::before {
    content: "\f06d";
}

.fa-shower::before {
    content: "\f2cc";
}

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

.fa-faucet::before {
    content: "\e005";
}

.fa-tint::before {
    content: "\f043";
}

.fa-hard-hat::before {
    content: "\f807";
}

.fa-broom::before {
    content: "\f51a";
}

.fa-clipboard-list::before {
    content: "\f46d";
}

.fa-shield-alt::before {
    content: "\f3ed";
}

.fa-map-marker-alt::before {
    content: "\f3c5";
}

.fa-envelope::before {
    content: "\f0e0";
}

.fa-database::before {
    content: "\f1c0";
}

.fa-hourglass-half::before {
    content: "\f252";
}

.fa-user-shield::before {
    content: "\f505";
}