/* Theme: Default - blue. Matches the storefront "default" theme. */

:root {
	--bcp-primary: #2f6feb;
	--bcp-primary-rgb: 47, 111, 235;
	--bcp-primary-dark: #1f55c4;
	--bcp-primary-darker: #17439b;
	--bcp-focus-border: #a8c4f7;

	--bcp-body-bg: #f3f4f7;

	--bcp-nav-bg: #2a2d33;
	--bcp-nav-submenu-bg: #33373d;
	--bcp-nav-split-bg: #16181d;
	--bcp-nav-border: #43474f;

	--bcp-primary-on-dark: #6c9bf5;
	--bcp-primary-on-dark-hover: #9dbcf9;
}
