/* Bilonline customer theme inputs.
   Component structure belongs in bo-components.css and feature CSS. */
:root {
	--bo-theme-primary: #1b262c;
	--bo-theme-primary-soft: #f2faff;
	--bo-theme-primary-muted: #d3eeff;
	--bo-theme-primary-strong: #25343c;
	--bo-theme-on-primary: #ffffff;
	--bo-theme-accent: #00c896;
	--bo-theme-link: var(--bo-theme-primary);
	--bo-theme-link-hover: var(--bo-theme-primary-strong);
}
