@import "mocha.css";

* {
	font-family: JetBrainsMono, "Font Awesome 6 Free", SymbolsNerdFont;
	font-weight: bold;
	font-size: 14px;
	min-height: 0px;
}

window#waybar {
	background-color: transparent;
/* 	background: @mantle; */
	transition-property: background-color;
	transition-duration: .5s;
	border-radius: 15px;
}

#workspaces {
	background-color: @base;
	margin: 3px 5px 3px 5px;
    padding: 3px;
	border-radius: 12px;
}
#workspaces button,
#workspaces button:hover,
#workspaces button.active {
	padding: 0px 3px;
	margin: 2px;
	border-radius: 10px;
}
#workspaces button {
    background-color: @base;
	color: @text;
}
#workspaces button:hover {
    background-color: @lavender;
	color: @mantle;
}
#workspaces button.active {
    background-color: @blue;
    color: @mantle
}
#workspaces button.active:hover {
    background-color: @blue;
	color: @mantle;
}

#custom-power, #custom-runner,
#wireplumber, #wireplumber.muted,
#tray, #language, #clock {
 	background: @base;
	border-radius: 12px;
	color: @text;
	margin: 3px 2.5px 3px 2.5px;
}

#custom-power {
    margin: 3px 2.5px 3px 2.5px;
    padding: 0px 9px;
}

#custom-runner {
    padding: 0px 10px;
}

#tray {
	padding: 0px 10px;
}

#wireplumber, #wireplumber.muted {
	padding: 0px 10px;
    min-width: 55px;
}
#wireplumber.muted {
  color: @error;
}

#language {
	padding: 0px 7px 0px 7px;
}

#clock {
	padding: 0px 10px;
    margin: 3px 5px 3px 2.5px;
}