body {
  background-color: #0f1923;
  font-family: "Inter", "Noto Sans KR", sans-serif;
}

.valorant-border {
  border-left: 4px solid #ff4655;
}

.glow-red {
  box-shadow: 0 0 20px rgba(255, 70, 85, 0.3);
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}
