:root {
  --md-primary-fg-color: #1e88e5; /* 네비게이션 바 색상 */
  --md-accent-fg-color: #ff4081; /* 버튼 및 링크 강조 색상 */
  --md-text-font: "Noto Sans KR"; /* 본문 폰트 변경 */
  --md-code-font: "Fira Code"; /* 코드 폰트 변경 */
}

.md-header {
  background-color: #000000 !important; /* 헤더 배경색 변경 */
}

.md-header__title {
  display: none !important; /* 제목 숨기기 */
}

/* 네비게이션 메뉴 제목 숨기기 */
.md-nav__title {
  display: none !important;
}

/* 로고 크기 수정 */
@media (max-width: 768px) {
  .navbar-logo img {
    max-width: 150px; /* 로고 크기 제한 */
  }
}
