/*
 * Willow Estates icon subset. The site uses the Font Awesome glyphs below;
 * shipping only those glyphs avoids loading the complete general-purpose set.
 */
@font-face {
    font-family: 'Willow Icons';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../webfonts/willow-solid.woff2') format('woff2');
}

@font-face {
    font-family: 'Willow Brands';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../webfonts/willow-brands.woff2') format('woff2');
}

.fas,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fas {
    font-family: 'Willow Icons';
    font-weight: 900;
}

.fab {
    font-family: 'Willow Brands';
    font-weight: 400;
}

.fa-heart::before { content: '\f004'; }
.fa-check::before { content: '\f00c'; }
.fa-search-plus::before { content: '\f00e'; }
.fa-arrow-right::before { content: '\f061'; }
.fa-arrow-up::before { content: '\f062'; }
.fa-calendar-alt::before { content: '\f073'; }
.fa-phone::before { content: '\f095'; }
.fa-envelope::before { content: '\f0e0'; }
.fa-calendar-check::before { content: '\f274'; }
.fa-utensils::before { content: '\f2e7'; }
.fa-up-right-from-square::before { content: '\f35d'; }
.fa-map-marker-alt::before { content: '\f3c5'; }
.fa-pills::before { content: '\f484'; }
.fa-hand-holding-heart::before { content: '\f4be'; }
.fa-shirt::before { content: '\f553'; }
.fa-people-group::before { content: '\e533'; }
.fa-instagram::before { content: '\f16d'; }
.fa-facebook-f::before { content: '\f39e'; }
