/*
	Corp overrides on Photon.
	Font Awesome 7 sets icon glyphs as --fa on .fa-* classes instead of
	:before { content }. Photon still paints icons on .icon:before.
*/
.icon:before {
	content: var(--fa);
}
