/*.brs-app */.st-app-logo {
  --st-logo-width: 172px;
  --st-logo-height: 25px;
  background-image: url("./oneroyal-logo-light.svg");
  content: none !important;
  background-repeat: no-repeat;
  background-size: contain;
}

.st-dark-theme /*.brs-app */.st-app-logo {
  --st-logo-width: 172px;
  --st-logo-height: 25px;
  background-image: url("./oneroyal-logo-dark.svg");
  content: none !important;
  background-repeat: no-repeat;
  background-size: contain;
}

/*.brs-app */.st-header-logo-link {
  --st-header-logo-width: 172px;
  --st-header-logo-height: 25px;
  background-image: url("./oneroyal-logo-light.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.st-dark-theme /*.brs-app */.st-header-logo-link {
  --st-header-logo-width: 172px;
  --st-header-logo-height: 25px;
  background-image: url("./oneroyal-logo-dark.svg");
  background-repeat: no-repeat;
  background-size: contain;
}


:root {
    --st-light-primary-color: #FCC001 !important;
    --st-dark-primary-color: #FCC001 !important;

}

/*
:root {
    --st-light-primary-color: #e32c67 !important;
    --st-dark-primary-color: #d42d89 !important;
    --st-light-secondary-color: #ffee00 !important;
    --st-dark-secondary-color: #ffee00 !important;
    --st-success-message-color: #51A351 !important;
    --st-error-message-color: #BD362F !important;
    --st-positive-color: #51A351 !important;
    --st-negative-color: #BD362F !important;
}
*/