@import "../../variables";

.mastodon-preview__body {
	margin-bottom: 1rem;

	color: $mastodon-body-text-color;

	> p {
		margin-bottom: 1.25rem;
	}
}

