@layer usertext {
	.usertext {
		h2 {
			font-size: 3rem;
			line-height: 1.333;
			font-weight: 700;
			margin: 2.5rem 0 1rem 0;
		}
		h3 {
			font-size: 1.5rem;
			font-weight: 700;
			margin-bottom: 1em;
		}
		p {
			font-size: 1.25rem;
			line-height: 1.6;
			max-width: var(--maxwidth);
			margin: 1em 0;
		}
	}
}