html {
	scroll-behavior: smooth;
}

.accent {
	color: #ff8e1d;
}

.brand {
	color: #493874;
}

.btn-accent {
	background: #ff8e1d;
	color: white;
	border: none;
}

.btn-accent:hover {
	background: #e57d0c;
	color: white;
}

.btn-purple {
	background: #493874;
	color: white;
	border: none;
}

.btn-purple:hover {
	background: #3b2c5d;
	color: white;
}

.card-hover:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 24px rgba(73, 56, 116, 0.12);
	transition: all 0.3s ease;
}

.hero-bg {
	background: linear-gradient(to right, #493874, #ff8e1d);
}

/* accessible focus */
:focus {
	outline: 3px solid #ffd9b8;
	outline-offset: 2px;
}

.job-details {
	display: none;
}
