@import "base.css";

.filepond--wrapper {
  height: 100%;
}
.filepond--root {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 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;
}

.filepond--drop-label {
  height: 100%;
}

.filepond--panel-root {
  background-color: #fbfbfb;
}
