@import "../style/base.css";

@layer components {
	.small,
	.prose small {
		font-weight: var(--weight-normal);
		font-size: inherit;
	}
}
