body {
	font-family: 'Inter', sans-serif;
	background-color: #ffffff;
	color: #1a1a1a;
	line-height: 1.8;
}

/* Width */
.max-dt-width {max-width: 1114px !important;}

.playfair {font-family: 'Playfair Display', serif; letter-spacing: -0.5px;}

.unit-number {
	font-family: 'Playfair Display', serif;
	font-size: 1.5rem;
	color: #ccc;
	margin-bottom: 1rem;
	display: block;
}

.btn-link-custom {
	color: #1a1a1a;
	text-decoration: none;
	border-bottom: 1px solid #1a1a1a;
	padding-bottom: 3px;
	transition: opacity 0.3s;
}

.btn-link-custom:hover {opacity: 0.6; color: #1a1a1a;}