@import url("delivery.css");

:root {
	--info-accent: #5f6670;
	--info-accent-soft: #eceef0;
}

.policy-content {
	max-width: 90%;
}

.policy-content article {
	padding: 2rem;
	border-radius: 0.5rem;
	background: #fff;
}

.policy-content h2 {
	margin: 2rem 0 0.75rem;
	color: var(--text);
	font-size: clamp(1.35rem, 2vw, 2rem);
	font-weight: 600;
	line-height: 1.2;
}

.policy-content h2:first-child {
	margin-top: 0;
}

.policy-content a {
	color: var(--info-accent);
	font-weight: 600;
}