body {
  font-family: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
}

.gradient-blur-1 {
  background: linear-gradient(to right, #E9D5FF, #ECFCCB); /* purple-200 to lime-100 */
  filter: blur(150px);
  border-radius: 9999px;
  position: absolute;
  z-index: -10;
}
.gradient-blur-2 {
  background-color: rgba(167, 139, 250, 0.8); /* violet-300/80 */
  filter: blur(150px);
  border-radius: 9999px;
  position: absolute;
  z-index: -10;
}

.none_drag {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
