:root {
  --limu-primary: #2375BB;
  --limu-secondary: #2F9AB2;
  --limu-accent: #DC143C;
}

.header .page-header {
  background: var(--limu-primary);
}

#header-logo .header-logo {
  height: 56px;
  max-width: min(460px, 50vw);
  width: auto;
}

.i-button.highlight:not(.disabled),
.i-button.accept:not(.disabled) {
  background: var(--limu-primary);
  border-color: var(--limu-primary);
}

.i-button.highlight:not(.disabled):hover,
.i-button.accept:not(.disabled):hover {
  background: var(--limu-secondary);
  border-color: var(--limu-secondary);
}

.category-title,
.page-title {
  color: var(--limu-primary);
}
