@font-face {
  font-family: "Exo";
  font-style: normal;
  font-weight: 400;
  src: url("https://cdn5.onboard.org/assets/kp/fonts/zeitgeist-exo-latin-400.woff2") format("woff2");
  font-display: swap;
}

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Exo", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.15em;
}

*,
::after,
::before {
  box-sizing: border-box;
}

.filter-container {
  max-width: 1000px;
  margin: 24px auto;
  padding: 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.filter-container .filter {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  font-family: "Exo", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  padding-right: 20px;
  cursor: pointer;
  /* arrow */
  background-image: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 14px;
}

.filter-container .filter:focus {
  outline: none;
  box-shadow: none;
}

.filter-container .filter:focus-visible {
  outline: none;
  box-shadow: none;
}