:root {
	--primary-color: rgb(80 99 81);
	--secondary-color: rgb(163, 184, 164);
	--background-color: #f8f9fa;
	--text-color: #212529;
	--link-color: rgb(163, 184, 164);
	--link-hover-color: #0056b3;
	--font-family: 'Source Sans 3 VF', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
	--font-serif: 'Source Serif 4 VF', 'Georgia', 'Times New Roman', serif;
	--nav-bg: white;
	--footer-bg: rgb(45 50 44);
	--dropdown-bg: #fff;
	--dropdown-border: #eee;
}

[data-theme='dark'] {
	--primary-color: rgb(120, 150, 120);
	--secondary-color: rgb(80, 100, 80);
	--background-color: #1a1a1a;
	--text-color: #e9ecef;
	--nav-bg: #2d2d2d;
	--footer-bg: #1a1a1a;
	--dropdown-bg: #2d2d2d;
	--dropdown-border: #444;
}

header {
	height: 20vh !important;
}
