/*
 * icon-fix.css
 * The theme ships Font Awesome 6 *Pro* CSS, but only the Free webfonts are
 * available offline. Three of the icons used on the page exist only in Pro,
 * so they are remapped here to the closest Free glyph.
 */

.fa-truck-container:before {
    content: "\f48b";
}

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

.fa-alarm-clock:before {
    content: "\f017";
}
