/*
------
:root {
    --ta-light-primary-color: #e32c67 !important;
    --ta-dark-primary-color: #d42d89 !important;
}
------
 */
:root {
    --ta-light-primary-color: rgb(39, 166, 245) !important;
    --ta-dark-primary-color: rgb(39, 166, 245) !important;
}

.brs-app {
  --st-logo-width: 250px;
  --st-logo-height: 20 px;  
}
.ta-light-theme {
  --st-logo-path: url(./assets/light_mode_logo.png);
}
.ta-dark-theme {
  --st-logo-path:  url(./assets/dark_mode_logo.png);
}