/*
 * Initials icons (efi) — A-Z, 0-9, and two-char combos with at least one letter.
 *
 * GENERATED by initials.gen.py — do not edit by hand; change the scope and re-run.
 */
.efi {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	line-height: 1;
	font-style: normal;
}
.efi::before {
	color: currentColor;
	font-family: var(--ef-family-heading);
	font-weight: var(--ef-ms-wght);
	font-variant-numeric: tabular-nums;
	line-height: 1;
}
.efi-A::before{content:"A"}
.efi-BV::before{content:"BV"}
.efi-CD::before{content:"CD"}
.efi-EV::before{content:"EV"}
.efi-JB::before{content:"JB"}
.efi-LT::before{content:"LT"}
.efi-SB::before{content:"SB"}
.efi-VC::before{content:"VC"}
.efi-WP::before{content:"WP"}
