.typography-presets span {
	padding: 5px;
	margin: 2px;
	cursor: pointer;

	&.selected {
		background: #e3e3e3;
		border-radius: 2px
	}
}
