/**
 * Custom Gutenberg Formats — estilos (editor + frontend)
 * Cada classe corresponde a um `className` registado no JS.
 */

/* Justificar Texto — span vira bloco para o text-align funcionar. */
.evo-texto-justificado {
	display: block;
	text-align: justify;
}

/* ================================================================
 * >>> ADICIONA AQUI O CSS DO TEU NOVO BOTÃO <<<
 * Deve corresponder ao `className` definido no JS.
 * ----------------------------------------------------------------
.evo-texto-sublinhado {
	text-decoration: underline;
}
 * ================================================================ */
