/* Citybil Varnamo: customer palette for shared CMS components. */
:root {
 --bo-theme-primary: #0a1f3a;
 --bo-theme-primary-soft: #f3f5f9;
 --bo-theme-primary-muted: #cde2fe;
 --bo-theme-primary-strong: #123764;
 --bo-theme-on-primary: #ffffff;
 --bo-theme-accent: #8096ab;
 --bo-theme-link: var(--bo-theme-primary);
 --bo-theme-link-hover: var(--bo-theme-primary-strong);
}
