:root {
  --theme-navbar-bg: #14213D;
  --theme-primary: #FCA311;
  --theme-primary-contrast: #111827;
  --theme-primary-soft: rgba(252, 163, 17, 0.16);
  --theme-logo-url: url('/static/img/default-company-logo.svg');
  --theme-nav-logo-height: 34px;
  --nav-bg: #14213D;
  --nav-fg: #FFFFFF;
  --primary: #FCA311;
}
