/*
Theme Name: dbsc-clean-header
Text Domain: dbsc-clean-header
Description: DBSC redesign header refinement
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
WPVibe: yes
*/

/* This file holds the WordPress theme header (above) plus truly global
 * rules only. Tailwind handles everything else.
 *
 * - Design tokens live in theme.css's @theme block.
 * - Prose + form styles live in presets.css.
 * - Layout, color, typography utilities come from Tailwind v4.
 *
 * Do NOT add component classes here (.btn-primary, .card, etc.). Use
 * Tailwind utilities in templates instead.
 */

html {
	scroll-behavior: smooth;
}

/* DBSC global header */
header[style*="background:#032B01"] nav {
	white-space: nowrap;
}
header[style*="background:#032B01"] nav a {
	color: #fff !important;
	text-decoration: none;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
}
header[style*="background:#032B01"] nav a:hover {
	color: #b7d9b4 !important;
}
