@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;800&display=swap');

body {
  font-family: "Lato", sans-serif;
}

.text-stroke {
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
  color: transparent;
}

.bg-glass {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 999px;
}

.hero-parallax {
  background-position: center;
  background-size: cover;
  will-change: transform;
  transform: translateY(0);
}
