/* Dashboard Font Styles - Noto Sans KR (단일 폰트) */

/* Tablet Gothic Compressed 폰트 (로고용) */
@font-face {
  font-family: 'Tablet Gothic Compressed';
  src: url('../font/Tablet%20Gothic%20Compressed%20W02Bd.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Noto Sans KR 폰트 */
@font-face {
  font-family: 'Noto Sans KR';
  src: url('../font/NotoSansKR-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* 기본 폰트를 Noto Sans KR로 설정 */
body, *:not(.sidebar-logo-text) {
  font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important;
}

/* 사이드바 전체 폰트 강제 적용 */
.sidebar *:not(.sidebar-logo-text) {
  font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif !important;
}

/* syncle 로고 타이포그래피 */
.sidebar-brand h1,
.sidebar-brand h1 a {
  font-family: 'Noto Sans KR', sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.5px;
}

/* Syncle/Host 텍스트 로고 - Tablet Gothic Compressed 폰트 */
.sidebar-logo-text {
  font-family: 'Tablet Gothic Compressed', 'Arial Narrow', sans-serif !important;
  font-size: 29px !important;
  font-weight: bold !important;
  letter-spacing: 0.5px !important;
  color: #000000 !important;
  text-decoration: none !important;
}

/* New chat 버튼 타이포그래피 */
.new-chat-btn,
.new-chat-btn span {
  font-family: 'Noto Sans KR', sans-serif !important;
  font-weight: 600;
  letter-spacing: 0.3px;
}

/* Menu 헤더 타이포그래피 */
.nav-section-header {
  font-family: 'Noto Sans KR', sans-serif !important;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
}

/* Profile 헤더 타이포그래피 */
.profile-section .profile-header {
  font-family: 'Noto Sans KR', sans-serif !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}

/* Log out 버튼 타이포그래피 */
.logout-section .logout-btn,
.logout-section .logout-btn span {
  font-family: 'Noto Sans KR', sans-serif !important;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Today 위젯 헤더 타이포그래피 */
.today-schedule-section .widget-header h3 {
  font-weight: 600;
  letter-spacing: 0.3px;
}
