@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
	p {
		text-align: justify !important;
		text-justify: inter-word;
	}

	p[class] {
		text-align: justify !important;
	}
}
