/*
Theme Name: ENP Clean Energy Intelligence
Description: Classic theme for the U.S. Clean Energy Jobs Intelligence Hub. Built from the project's design system (Tailwind Material-inspired tokens, Inter font).
Version: 1.0.0
Author: ENP
Text Domain: enp-theme
*/

body { font-family: 'Inter', sans-serif; }
.material-symbols-outlined {
	font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
	font-feature-settings: 'liga';
	direction: ltr;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	/* Hide the raw ligature name ("solar_power") until the icon font loads. */
	visibility: hidden;
}
.fonts-loaded .material-symbols-outlined,
html.enp-fonts-ready .material-symbols-outlined { visibility: visible; }
.energy-glow { background: radial-gradient(circle at 45% 45%, #004b49 0%, #003331 100%); }
.glass-panel { background: rgba(246, 250, 250, 0.8); backdrop-filter: blur(20px); }
