/*
Theme Name: PK-LHP Alumni
Theme URI: https://bka.trexanh.top
Author: Antigravity
Author URI: https://gemini.com
Description: WordPress theme for the Petrus Ký - Lê Hồng Phong Alumni Association. Using Tailwind CSS and Secure Custom Fields.
Version: 1.0.0
Text Domain: pklhp
*/
.material-symbols-outlined {
	font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.hero-gradient {
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
}
.banner-overlay {
	background: linear-gradient(180deg, rgba(12, 24, 67, 0.4) 0%, rgba(12, 24, 67, 0.7) 100%);
}
.nav-item-hover::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #8b95b3;
	transition: width 0.3s;
}
.nav-item-hover:hover::after {
	width: 100%;
}
.editorial-shadow {
	box-shadow: 0 40px 100px -20px rgba(12, 24, 67, 0.15);
}
