/*
 * Keep Drive's Themycons mappings stable when third-party widgets load an
 * older Font Awesome stylesheet after the template styles.
 */
.fas.fa-search::before {
    content: "\e920";
}

.fas.fa-user::before {
    content: "\e90c";
}

.fas.fa-shopping-cart::before {
    content: "\e90f";
}
