
body {
  font-family: 'Inter', 'Helvetica Neue', sans-serif;
  background-color: #161616;
}

.text-xs {
    font-size: 0.95rem !important;
    line-height: 1rem;
}

@media (max-width: 900px) {
    .text-5xl {
        font-size: 2rem !important;
        line-height: 1 !important;
    }
}
