/*
 * 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-AN::before{content:"AN"}
.efi-AT::before{content:"AT"}
.efi-CC::before{content:"CC"}
.efi-CO::before{content:"CO"}
.efi-CU::before{content:"CU"}
.efi-DZ::before{content:"DZ"}
.efi-EL::before{content:"EL"}
.efi-EM::before{content:"EM"}
.efi-ES::before{content:"ES"}
.efi-EV::before{content:"EV"}
.efi-JB::before{content:"JB"}
.efi-JH::before{content:"JH"}
.efi-LB::before{content:"LB"}
.efi-LS::before{content:"LS"}
.efi-MG::before{content:"MG"}
.efi-NB::before{content:"NB"}
.efi-NU::before{content:"NU"}
.efi-OH::before{content:"OH"}
.efi-RV::before{content:"RV"}
.efi-SH::before{content:"SH"}
.efi-TA::before{content:"TA"}
.efi-VS::before{content:"VS"}
