@mixin infoIcon() {
	f-icon[source="i-question-filled"] {
		opacity: 0.6;
		&:hover {
			opacity: 1;
		}
	}
}
