a[data-favicon]::before {
	content: "";

	display: inline-block;
	height: 0.8lh;
	width: 0.8lh;
	margin-right: 2px;

	background-image: var(--favicon);
	image-rendering: optimizeQuality;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;

	vertical-align: text-top;
}
