/**
 * TECH-NEXS brand tokens — color palette + typography.
 * Loaded site-wide so every page (not just the homepage) picks up the
 * new brand colors and Poppins typeface.
 */

:root {
	--tn-primary: #0079ff;
	--tn-dark-blue: #003366;
	--tn-light-blue: #00c6ff;
	--tn-accent: #00d9a6;
	--tn-gray: #f5f7fa;
	--tn-dark: #081f3b;
	--tn-muted: #5a6b7c;
	--tn-border: #e3e8ee;
}

@media (prefers-reduced-motion: no-preference) {
	html {
		scroll-behavior: smooth;
	}
}

body {
	font-family: "Poppins", "Nunito Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title {
	font-family: "Poppins", "Nunito Sans", sans-serif;
}
