@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap');
@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

body {
  font-family: 'Paperozi';
}

.transition-theme {
  transition: all 0.3s ease-in-out !important;
}

/*━━━━━━━━━ 로딩 오버레이 스타일 (S) ━━━━━━━━━*/
#main-loading-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
#main-loading-spinner {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border: 5px solid #ccc;
  border-top: 5px solid #0077FE;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*━━━━━━━━━ 로딩 오버레이 스타일 (E) ━━━━━━━━━*/

.month-item-name,
.month-item-year {
  appearance: none !important;           /* 기본 스타일 제거 */
  -webkit-appearance: none !important;   /* Safari */
  -moz-appearance: none !important;      /* Firefox */
  background-image: none !important;
}

.footer-cont-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.21;
  color: #5E5D5D;
}

.footer-cont-text {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.21;
  color: #5E5D5D;
}

.footer-divider {
  width: 1px;
  height : 16px;
  background-color: #B5B5B5;
}

.custom-shadow {
  box-shadow: 
    0 -4px 6px rgba(0,0,0,0.15), /* 위쪽 그림자 강하게 */
    0 4px 6px rgba(0,0,0,0.1),   /* 아래쪽 그림자 */
    0 8px 12px rgba(0,0,0,0.05); /* 큰 그림자 */
}
.custom-hard-shadow {
  box-shadow:
    -8px 0 12px rgba(0, 0, 0, 0.25),  /* 왼쪽 그림자 (더 강하게, 더 퍼지게) */
     8px 0 12px rgba(0, 0, 0, 0.25),  /* 오른쪽 그림자 */
     0 6px 10px rgba(0, 0, 0, 0.05);  /* 아래쪽 자연스러운 그림자 */
}

.nav-shadow {
  box-shadow: 
    0 -4px 6px rgba(0,0,0,0.15), /* 위쪽 그림자 강하게 */
    0 4px 6px rgba(0,0,0,0.1),   /* 아래쪽 그림자 */
    8px 0 10px rgba(0,0,0,0.1),   /* 우측 그림자 */
    0 8px 12px rgba(0,0,0,0.05); /* 큰 그림자 */
}
pre {
  font-family: 'Paperozi' !important;
  white-space: pre-wrap; /* Preserves whitespace and wraps lines */
  word-wrap: break-word; /* Breaks long words */
}

.top-gradient-bg {
  background: linear-gradient(90deg, #0075faee 0%, #529aecdb 64%,#0075faee 100%) 0% 0% no-repeat padding-box;
}

.sales-analysis-card-bg {
  background: linear-gradient(180deg, #8ebbee5d 0%, #0077feb8 64%,#371d9f9f 100%) 0% 0% no-repeat padding-box;
}
.reorder-analysis-card-bg {
  background: linear-gradient(180deg, #d18aff5d 0%, #ce84ffd4 64%,#7b39ffcb 100%) 0% 0% no-repeat padding-box;
}
.sales-card-bg {
  background: linear-gradient(180deg, #82b7e95d 0%, #0672d3b8 64%,#373fae9f 100%) 0% 0% no-repeat padding-box;
}
.deposit-card-bg {
  background: linear-gradient(180deg, #a8e27c5d 0%, #74d948 64%,#397f4fcc 100%) 0% 0% no-repeat padding-box;
}
.sales-analysis-card-shadow {
  box-shadow: 0px 0px 10px #0077FE66;
}
.reorder-analysis-card-shadow {
  box-shadow: 0px 0px 10px #CE84FF66;
}
.sales-card-shadow {
  box-shadow: 0px 0px 10px #0672D366;
}
.deposit-card-shadow {
  box-shadow: 0px 0px 10px #34D6A466;
}