@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://cdn5.onboard.org/assets/hiwu/fonts/Barlow-Medium.ttf) format("truetype")
}

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://cdn5.onboard.org/assets/hiwu/fonts/Barlow-SemiBold.ttf) format("truetype")
}

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://cdn5.onboard.org/assets/hiwu/fonts/Barlow-Bold.ttf) format("truetype")
}

filter-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #f5f5f5;
}

#location-filter-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#department-filter-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#location-filter-box button {
  cursor: pointer;
  color: #353c43;
  font-size: 1.125rem;
  font-family: Barlow, Roboto, sans-serif;
  margin: .25rem;
  padding: .9rem 2.8rem;
  border: solid 2px #353c43;
  text-align: center;
  background-color: #fff;
  transition: background-color .3s;
}

#department-filter-box button {
  cursor: pointer;
  color: #353c43;
  font-size: 1.125rem;
  font-family: Barlow, Roboto, sans-serif;
  margin: .25rem;
  padding: .9rem 2.8rem;
  border: solid 2px #353c43;
  text-align: center;
  background-color: #fff;
  transition: background-color .3s;
  margin-bottom: 1rem;
}

#location-filter-box button:hover,
#location-filter-box button.location-is-checked {
  background-color: #353c43;
  color: #fff
}

#department-filter-box button:hover,
#department-filter-box button.department-is-checked {
  background-color: #353c43;
  color: #fff
}
