.klaro {
  --font-family: 'IBM Plex Sans', system-ui, sans-serif;
  --title-font-family: 'IBM Plex Sans', system-ui, sans-serif;
  --border-radius: 12px;

  /* accept / primary actions -> brand orange */
  --green1: #e8501a;
  --green2: #ff6b35;
  --green3: #ff8c5f;

  /* links / secondary accents -> brand navy */
  --blue1: #1a2744;
  --blue2: #243560;

  --dark1: #1a2744;
  --dark2: #4a5568;
  --dark3: #8896a8;

  --light1: #f8f4ef;
  --white2: #ffffff;
  --white3: #ffffff;
}

.klaro .cookie-notice {
  box-shadow: 0 12px 32px rgba(26, 39, 68, 0.18);
}

.klaro .cm-btn {
  font-weight: 600;
}
