*,
::before,
::after {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family:
    ui-sans-serif,
    system-ui,
    sans-serif;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  line-height: inherit;
}

h1,
h2,
p {
  margin: 0;
}

button,
select {
  font: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  text-transform: none;
}

button {
  -webkit-appearance: button;
  appearance: button;
  background: transparent;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: inherit;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

.sticky {
  position: sticky;
}

.top-0 {
  top: 0;
}

.z-10 {
  z-index: 10;
}

.flex {
  display: flex;
}

.size-12 {
  width: 3rem;
  height: 3rem;
}

.h-4 {
  height: 1rem;
}

.w-full {
  width: 100%;
}

.flex-1 {
  flex: 1 1 0%;
}

.shrink-0 {
  flex-shrink: 0;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.border-b {
  border-bottom-width: 1px;
}

.border-white\/10 {
  border-color: rgba(255, 255, 255, 0.1);
}

.bg-background-light {
  background-color: #ffffff;
}

.p-4 {
  padding: 1rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.text-center {
  text-align: center;
}

.font-display {
  font-family: Lexend, sans-serif;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}
