:root {
	--font-family-srpls: 'Apercu', 'Helvetica Now Text', 'Arial', Sans-Serif;
	--font-size-srpls-name: 0.875rem;
	--font-size-srpls-price: 0.6875rem;
	--font-size-srpls-price-net-message: 0.625rem;
	--line-height-srpls: 1rem;
	--line-height-srpls-alternative: 0.875rem;
}

@media screen and (min-width: 48rem) {
	:root {
		--font-size-srpls-name: 1.375rem;
		--font-size-srpls-price: 1.375rem;
		--font-size-srpls-price-net-message: 1rem;
		--line-height-srpls: 1.5rem;
		--line-height-srpls-alternative: 1.25rem;
	}
}

