/*
 * Per-portal accent, layered ON TOP of the theme.
 *
 * app.min.css is the committed Quantum ASP build carrying the whole GCN.ONE brand and must never be
 * edited or re-minified (Foundation §2.3, and there is no front-end build step in this repository).
 * Anything portal-specific goes here instead — this file loads after it.
 *
 * Keep this small. Together with the header brand line, it is one of exactly two intended visual
 * differences between this portal and www.gcn.one.
 */

:root {
	/* Support desk accent. The theme resolves --bs-theme through its own component styles, so
	   overriding the variable is enough — no component rules need restating. */
	--bs-theme: #34c5b0;
	--bs-theme-rgb: 52, 197, 176;
	--bs-theme-color: #0c222a;
	--bs-theme-color-rgb: 12, 34, 42;
}

/* Letter-spaced brand suffix next to the logo in the header. */
.ls-1 {
	letter-spacing: 0.1em;
}
