* {
  font-family: "JetBrainsMono Nerd Font";
  font-weight: 900;
  font-size: 18px;
}

#waybar {
  background-color: rgba(44, 44, 46, 0.8);
}

#workspaces {
  color: rgb(44, 44, 46);
  padding: 0 2rem;
}

#workspaces button {
  font-size: 20px;
  color: rgb(249, 249, 249);
  background-color: transparent;
  border: none;
  padding: 0 0.5rem;
}

#workspaces button.active {
  color: rgb(249, 249, 249);
}

#workspaces button:hover {
  background: rgb(194, 177, 196);
}

#workspaces button label {
  font-size: 22px;
}

#window,
.modules-right {
  padding: 0 25px 0 25px;
}

.modules-left,
.modules-center,
.modules-right {
  color: rgb(249, 249, 249);
}

.modules-left {
  border-radius: 0 20px 20px 0;
}

.modules-center {
  border-radius: 20px;
}

.modules-right {
  border-radius: 20px 0 0 20px;
}

#pulseaudio {
  padding: 0.5rem 1rem;
  font-size: 20px;
}

#network {
  padding: 0.5rem 0;
  font-size: 20px;
}

#clock {
  padding: 0.5rem 0.5rem 0.5rem 0;
  margin: 0;
}

#custom-dateicon {
  padding: 0.5rem 0 0.5rem 0.5rem;
  margin: 0;
  font-size: 20px;
}

#custom-logo {
  padding: 0 30px 0 20px;
  font-size: 20px;
}
