
 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

h1, h2, h3 {
  font-weight: 600;
  letter-spacing: -0.3px;
}

body {
  background: #0f0f0f;
  color: #ffffff;
}

a {
  text-decoration: none;
}
p {
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255,255,255,0.85);
}
/* Hide scrollbar - Chrome, Edge, Safari */
::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar - Firefox */
* {
  scrollbar-width: none;
}
@media (max-width: 768px) {
  body {
    padding-bottom: 80px;
  }
}
