/*
 * Font Awesome 7 renders every icon on a fixed-width canvas by default.
 * The application was designed with Font Awesome 5's automatic icon widths.
 */
:root {
    --fa-width: auto;
}
