body {
	font-family: "Urbanist", sans-serif;
	background:
		radial-gradient(circle at top left, rgba(15, 23, 42, 0.04), transparent 28%),
		linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
	color: #0f172a;
}

.urbanist-almaden-logo {
	font-family: "Urbanist", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-size: 34px !important;
	font-style: normal;
}

.author-card {
	transition: transform .2s ease, box-shadow .2s ease;
}

.author-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 32px rgba(15, 23, 42, .08);
}

.modal-backdrop {
	background: rgba(15, 23, 42, .45);
	backdrop-filter: blur(8px);
}

.wizard-step[hidden] {
	display: none !important;
}

.author-photo {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
