:root {
    --ta-light-primary-color: #188DED !important;
    --ta-dark-primary-color: #188DED !important;
}

.ta-light-theme {
  --ta-logo-path: url(./assets/Orbex-logo-default.svg);
}
.ta-dark-theme {
  --ta-logo-path:  url(./assets/Orbex-logo-white.svg);
}