*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
}

body.camred-holding-page {
	margin: 0;
	min-height: 100vh;
	min-height: 100dvh;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	font-synthesis: none;
	line-height: 1.5;
	color: #000;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.camred-holding-page__main {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	min-height: 100vh;
	min-height: 100dvh;
	padding: 2rem;
}

.camred-holding-page__content {
	width: 50%;
	text-align: left;
}

.camred-holding-page__content > :is(h1, h2, h3, h4, h5, h6, p, div, ul, ol, blockquote) {
	display: block;
	margin: 0 0 1.5rem;
	font-weight: 400;
}

.camred-holding-page__content > :last-child {
	margin-bottom: 0;
}

.camred-holding-page__content h1 {
	font-size: 1.5rem;
	line-height: 1.4;
}

.camred-holding-page__content :is(h2, h3, h4, h5, h6) {
	font-size: 1rem;
	line-height: 1.5;
}

.camred-holding-page__content p {
	font-size: 1rem;
	line-height: 1.5;
}

.camred-holding-page__content :is(strong, b) {
	font-weight: 700;
}

.camred-holding-page__content a {
	color: #000;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.camred-holding-page__content a:hover,
.camred-holding-page__content a:focus {
	text-decoration-thickness: 2px;
}

.camred-holding-page__content ul,
.camred-holding-page__content ol {
	padding-left: 1.5em;
}

@media (min-width: 1400px) {
	.camred-holding-page__content {
		width: 33%;
	}
}

@media (max-width: 768px) {
	.camred-holding-page__main {
		padding: 1.5rem;
	}

	.camred-holding-page__content {
		width: 100%;
	}
}
