:root {
  --boecker-primary: #0a5f3a;
  --boecker-primary2: #0f7a46;
  --boecker-accent: #c45d12;
  --boecker-bg: #f4f6f2;
}

body,
.welcome {
  background: var(--boecker-bg) !important;
}

.welcome .header,
.welcome .header-text-title {
  color: var(--boecker-primary) !important;
}

button.primary,
.primary,
#enter_room_button,
.welcome .add-meeting {
  background: var(--boecker-primary) !important;
  border-color: var(--boecker-primary) !important;
  color: #fff !important;
}

button.primary:hover,
.primary:hover {
  background: var(--boecker-primary2) !important;
}

.watermark {
  max-height: 48px;
}
