@media only screen and (max-width: 991px) {
	:root {
		--padding: 24px;
		--padding-small: 16px;
		--gap: 16px;
		--radius: 4px;
	}

	/* Text styles */

	.huge {
		font-size: 88px;
	}

	.large {
		font-size: 32px;
		line-height: 120%;
		font-weight: 500;
	}

	.medium {
		font-size: 17px;
		line-height: 120%;
		font-weight: 500;
	}

	.small,
	p {
		font-size: 15px;
		line-height: 140%;
		font-weight: 500;
	}

	.tiny {
		font-size: 14px;
		font-weight: 500;
	}
}
