@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");


body {
  font-family: 'Pretendard', sans-serif;
}
.modal-bg {
  background-color: rgba(0, 0, 0, 0.5);
}
.drag-over {
  border-style: dashed;
  border-width: 2px;
  border-color: #9ca3af; 
  background-color: #f3f4f6; 
}
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #9ca3af;
}
#version-footer {
  position: fixed;
  right: 1.5rem;
  bottom: 1rem;
  text-align: right;
  font-size: 0.9rem;
  color: #9ca3af;
}
.new-text {
  color: #ef4444;
  font-size: 0.75rem;
  margin-left: 0.5rem;
  font-weight: 600;
}

img {
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  object-fit: contain;
}

