.icon {
    font-style: normal;
}
.icon-mark::before {
	font-style: normal;
	content: "⚠️";
	font-size: 1em;
}
.icon-dice::before {
	font-style: normal;
	content: "🎲";
	font-size: 1em;
}
.icon-damage::before {
	font-style: normal;
	content: "💥";
	font-size: 1em;
}
.icon-scroll::before {
	font-style: normal;
	content: "📜";
	font-size: 1em;	
}
.icon-death::before {
	font-style: normal;
	content: "💀";
	font-size: 1em;
}
.icon-fight::before {
	font-style: normal;
	content: "⚔️";
	font-size: 1em;
}
.icon-coin::before {
	font-style: normal;
	content: "💰️";
	font-size: 1em;
}
.icon-hand::before {
	font-style: normal;
	content: "🖐";
	font-size: 1em;
}
.icon-box::before {
	font-style: normal;
	content: "📦️";
	font-size: 1em;
}
.icon-travel::before {
	font-style: normal;
	content: "🏃";
	font-size: 1em;
}
.icon-success::before {
	font-style: normal;
	content: "✔️";
	font-size: 1em;
}
.icon-failed::before {
	font-style: normal;
	content: "❌";
	font-size: 1em;
}
