@font-face {
  font-family: 'CustomFont';
  src: url('/static/font/Paperlogy-5Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* 📌 (2) 웹사이트 전체에 폰트 적용 */
body {
  font-family: 'CustomFont', sans-serif;
}
svg text {
  font-family: 'CustomFont', sans-serif !important;
}

/* 설정 버튼에 폰트 강제 적용 */
.settings-button {
  font-family: 'CustomFont', sans-serif !important;
}

/* 설정 버튼에 폰트 강제 적용 */
.period-button {
  font-family: 'CustomFont', sans-serif !important;
}
/* 설정 버튼에 폰트 강제 적용 */
button {
  font-family: 'CustomFont', sans-serif !important;
}
/* 표준 선택자 */
input::placeholder {
    font-family: 'CustomFont', sans-serif !important;
}

.stock-search {
    font-family: 'CustomFont', sans-serif !important;
}
