/* Worklava tenant — overrides CC tokens (--cc-*).
   Values from worklava/css/app/theme-color.css, style-base.css and style.css */

:root {
  --cc-topbar: #158B6B;
  --cc-header-bg: #158B6B;
  --cc-primary: #158B6B;
  --cc-primary-hover: #0f6b52;
  --cc-themecolor: #158B6B;
  --cc-info: #158B6B;

  --cc-radius-base: 0;
  --cc-radius-md: 0;
  --cc-radius-sm: 0;

  /* Legal accept modal (/legal/accept): separator + button colors. */
  --cc-tertiary-separator: #158B6B;
  --cc-legal-accept-button-bg: #158B6B;
  --cc-legal-accept-button-color: #ffffff;

  /* Cookie consent bar: topbar bg; white links; accept = white bg + primary text. */
  --cc-cookie-bar-bg: var(--cc-header-bg);
  --cc-cookie-link-color: #ffffff;
  --cc-cookie-accept-button-bg: #ffffff;
  --cc-cookie-accept-button-color: #158B6B;
}
