:root {
  --font: Arial, Helvetica, sans-serif;
  --font-navbar: KarbonMedium, Arial, Helvetica, sans-serif;
  --login-background-url: url('../img/npay-login-bg.jpg');
  --login-bg-color: rgba(45, 50, 170, 0.9);
  --login-bg-image-bg-position: 30% 60%;
  --customer-logo-url: url('/tools-sandbox/static/public/img/default-horizontal-darkbg-747a8c2bcbfc79dac0658614f330b04b.png');
  --customer-logo-offset-top: 8px;
  --customer-logo-offset-left: -6px;
  --customer-logo-text-color: #ffffff !important;
  --top-row-background-color: var(--theme-color);
  --top-row-color: #fff;
  --theme-color: #2d32aa; /* dark blue rgb(0, 87, 118) */
  --theme-navcell-color: var(--theme-on-white-text-shadow);
  --theme-navmenu-link-color: var(--theme-color);
  --customer-logo-text-shadow: 0 0 0px rgb(0 0 0 / 0%);
  --lighter-theme-color: #c9e9fb;
  --theme-on-white-text-shadow: 0 0 0px rgb(0 0 0 / 0%);
  --white-on-theme-text-shadow: 0 0 0px rgb(0 0 0 / 0%);
  --light-theme-color: #00bef0; /* light-blue rgb(201, 233, 251) */
  --main-background-color: #f2f2f2;
  --theme-top-navbar-border: 0px;
  --top-row-color-phone-hover: #111;
  --top-row-color-phone: #f0f0f0;
}
