@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('fonts/90f45c2ce54ead52764fca09f5670474/e060ba35355f6d0a94e4441c8d510996.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('fonts/90f45c2ce54ead52764fca09f5670474/d92f3c88535b6b675e9fa003fce6ea99.woff2') format('woff2');
}

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

body {
	margin: 0;
	background-color: #9E492D;
	color: #F9F1EC;
	font-family: 'Inter', system-ui, -apple-system, sans-serif;
	font-size: 17px;
	line-height: 1.65;
	-webkit-text-size-adjust: 100%;
}

.legal-wrap {
	max-width: 46rem;
	margin: 0 auto;
	padding: 3rem 1.5rem 4rem;
}

.legal-back {
	display: inline-block;
	color: #F9F1EC;
	text-decoration: none;
	font-size: 0.9rem;
	margin-bottom: 2.5rem;
	border-bottom: 1px solid rgba(249, 241, 236, 0.5);
	padding-bottom: 2px;
}
.legal-back:hover, .legal-back:focus-visible { border-bottom-color: #F9F1EC; }

h1 {
	font-size: 1.9rem;
	line-height: 1.25;
	font-weight: 700;
	margin: 0 0 0.5rem;
}

h2 {
	font-size: 1.15rem;
	font-weight: 700;
	margin: 2.5rem 0 0.75rem;
	line-height: 1.35;
}

h3 {
	font-size: 1rem;
	font-weight: 700;
	margin: 1.75rem 0 0.5rem;
}

p { margin: 0 0 1rem; }

ul, ol { margin: 0 0 1rem; padding-left: 1.35rem; }
li { margin-bottom: 0.5rem; }

a { color: #F9F1EC; text-decoration: underline; }
a:hover { text-decoration: none; }

strong { font-weight: 700; }

.legal-updated {
	font-size: 0.85rem;
	opacity: 0.85;
	margin-bottom: 2.5rem;
}

.legal-lede {
	font-size: 1.05rem;
	border-left: 3px solid rgba(249, 241, 236, 0.45);
	padding-left: 1rem;
	margin-bottom: 2rem;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 1.5rem;
	font-size: 0.92rem;
}
th, td {
	text-align: left;
	vertical-align: top;
	padding: 0.6rem 0.75rem 0.6rem 0;
	border-bottom: 1px solid rgba(249, 241, 236, 0.3);
}
th { font-weight: 700; }

.legal-table-scroll { overflow-x: auto; }

.legal-footer {
	margin-top: 3.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(249, 241, 236, 0.35);
	font-size: 0.85rem;
}
.legal-footer a { margin-right: 1rem; display: inline-block; }

button.legal-inline-button {
	background: none;
	border: none;
	padding: 0;
	font: inherit;
	color: #F9F1EC;
	text-decoration: underline;
	cursor: pointer;
}
button.legal-inline-button:hover { text-decoration: none; }

:focus-visible {
	outline: 3px solid #F9F1EC;
	outline-offset: 2px;
}

@media (max-width: 600px) {
	body { font-size: 16px; }
	.legal-wrap { padding: 2rem 1.25rem 3rem; }
	h1 { font-size: 1.6rem; }
}
