h1, h2, h3, .serif { 
	font-family: 'Playfair Display', serif; 
}
.step-indicator-active { 
	background: #2d6a4f; 
	color: white; 
}
.step-indicator-completed { 
	background: #d4a373;
	color: white; 
}
.card-shadow { 
	box-shadow: 0 20px 35px -12px rgba(0,0,0,0.1); 
	transition: all 0.2s ease; 
}
.animate-fade { 
	animation: fadeIn 0.4s ease; 
}
@keyframes fadeIn { 
	from { 
		opacity:0; transform:translateY(8px); 
	} to { 
		opacity:1; transform:translateY(0); 
	} 
}
.drag-handle { 
	cursor: grab; 
}
.drag-handle:active { 
	cursor: grabbing; 
}
.iti__flag { 
	background-image: url('https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/img/flags.png'); 
}
.iti { 
	width: 100%; 
}
@media (max-width: 640px) { 
	.sidebar-summary { 
		display: none; 
	} 
	.sidebar-summary-mobile-toggle { 
		display: block; 
	} 
}

/* custom scroll */
::-webkit-scrollbar { 
	width: 6px; 
}
::-webkit-scrollbar-track { 
	background: #e9e5df; 
}
::-webkit-scrollbar-thumb { 
	background: #b68b40; border-radius: 8px; 
}