/*!
 * gd_campus color preset: "genius"
 * GeniusDesign brand palette — teal rail + teal content links (#009999).
 */
:root {
	--gd-rail-bg: #009999;
	--gd-rail-bg-dark: #007a7a;
	--gd-rail-active-bg: #ffffff;
	--gd-rail-active-text: #007a7a;
	--gd-primary: #009999;
	--gd-primary-hover: #007a7a;
	--gd-secondary: #4f5157;
	--gd-accent: #ff915d;
	--gd-text: #5c5c5c;
	--gd-heading: #4f5157;
	--gd-muted: #f8f9fb;
	--gd-border: #e6e8eb;
	--gd-card-accent: #ff915d;
}
