@import url(https://fonts.onboard.org/roboto.400,500.css);

@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  src: url('https://cdn5.onboard.org/assets/priesteregg/fonts/work-sans-v18-latin-300.woff2') format('woff2');
  font-display: swap
}

@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: url('https://cdn5.onboard.org/assets/priesteregg/fonts/work-sans-v18-latin-regular.woff2') format('woff2');
  font-display: swap
}

@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  src: url('https://cdn5.onboard.org/assets/priesteregg/fonts/work-sans-v18-latin-500.woff2') format('woff2');
  font-display: swap
}

@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  src: url('https://cdn5.onboard.org/assets/priesteregg/fonts/work-sans-v18-latin-500.woff2') format('woff2');
  font-display: swap
}

@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 900;
  src: url('https://cdn5.onboard.org/assets/priesteregg/fonts/work-sans-v18-latin-900.woff2') format('woff2');
  font-display: swap
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Work Sans', Roboto, Arial, sans-serif;
}

.filter-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 0;
}

.filter {
  background-color: #fff;
  border: 1px solid #d4d7da;
  border-radius: 2em;
  padding: 12px 18px;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  color: #999999;
  font-family: 'Work Sans', Roboto, Arial, sans-serif;
}

@media(min-width: 500px) {
  .filter-container {
    flex-direction: row;
  }
}