/* ============================================================
   Font Definitions
   ============================================================ */

@font-face {
  font-family: 'YoonMyeongjo';
  src: url('GmarketSansTTFMedium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GmarketSans';
  src: url('GmarketSansTTFLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'GmarketSans';
  src: url('GmarketSansTTFMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'GmarketSans';
  src: url('GmarketSansTTFBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* ============================================================
   Base: 본문 → 윤명조
   ============================================================ */

body,
p,
li,
td,
th,
blockquote,
.content {
  font-family: 'YoonMyeongjo', 'Nanum Myeongjo', Georgia, serif;
  font-size: 1.05rem;
  line-height: 1.9;
  word-break: keep-all;
}

/* ============================================================
   UI / 구조 요소 → GmarketSans
   ============================================================ */

/* 제목 */
h1, h2, h3, h4, h5, h6 {
  font-family: 'GmarketSans', 'Apple SD Gothic Neo', sans-serif;
  font-weight: 700;
  line-height: 1.4;
  word-break: keep-all;
}

/* Navbar */
.navbar,
.navbar-brand,
.nav-link,
.navbar-nav .nav-link,
.dropdown-menu,
.dropdown-item {
  font-family: 'GmarketSans', 'Apple SD Gothic Neo', sans-serif !important;
  font-weight: 500;
}

/* 사이드바 TOC */
#TOC,
.sidebar,
.sidebar-navigation,
.sidebar nav,
#quarto-sidebar {
  font-family: 'GmarketSans', 'Apple SD Gothic Neo', sans-serif;
  font-weight: 300;
}

#TOC a,
.sidebar a {
  font-weight: 300;
}

/* 표 헤더 */
thead th {
  font-family: 'GmarketSans', 'Apple SD Gothic Neo', sans-serif;
  font-weight: 700;
}

.small-table {
  font-size: 0.58rem;
}

/* 코드 블록은 폰트 유지 */
code, pre, .sourceCode {
  font-family: 'D2Coding', 'Fira Code', 'Courier New', monospace;
}

/* Callout 제목 */
.callout-title,
.callout-header {
  font-family: 'GmarketSans', 'Apple SD Gothic Neo', sans-serif;
  font-weight: 700;
}

/* 버튼 */
.btn,
button {
  font-family: 'GmarketSans', 'Apple SD Gothic Neo', sans-serif;
  font-weight: 500;
}

/* Footer */
.nav-footer,
.page-footer {
  font-family: 'GmarketSans', 'Apple SD Gothic Neo', sans-serif;
  font-weight: 300;
  font-size: 0.85rem;
}

/* ============================================================
   Teaching team card styles
   ============================================================ */

.profile-img {
  width: 150px;
  border-radius: 8px;
  float: right;
  margin: 0 0 1rem 1.5rem;
}

@media (max-width: 600px) {
  .profile-img {
    float: none;
    display: block;
    margin: 0 auto 1rem auto;
  }
}