/* Fluxcore Agency brand layer — light theme defaults */
:root {
	--fx-background: #ffffff;
	--fx-foreground: #191919;
	--fx-accent: #8bee4e;
	--fx-subtle: #f4f4f5;
	--fx-muted: #71717a;
}

body {
	background-color: var(--fx-background);
	color: var(--fx-foreground);
}

a {
	color: var(--fx-foreground);
}

a:hover,
a:focus {
	color: var(--fx-accent);
}

::selection {
	background-color: var(--fx-accent);
	color: var(--fx-foreground);
}
