body {
  font-family: "proxima-nova", sans-serif;
}

#logo {
  content: url("/public/images/themes/kr/dda76e37b5ca2ba277e4ab539847a911.Logo.svg");
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#secondary-logo,
#inverted-secondary-logo {
  margin: 0;
  padding: 0;
}

.navbar-style {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: hsl(var(--background));
  border-bottom: 1px solid hsl(var(--border));
  height: 64px !important;
  width: 100%;
  z-index: 10;
  top: 0px;
  left: 0px;
  position: fixed;
  max-height: 100px;
}

.svg-fill {
  fill: var(--success);
}
