
html, body {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;

  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  height: 100%;
}

.search-bar {
  position: sticky;
  top: 0;
  z-index: 10;
  background: white;

  padding: 1rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
