/* 게이트·로그인 페이지 전용 타이포그래피 – 가독성·고급감 (폰트는 base.html 전역 적용) */

/* ----- 게이트 페이지 ----- */
.gate-page .page-content-wrap h2 {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--text-main);
  line-height: 1.3;
}

.gate-page .page-content-wrap h5 {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text-main);
}

.gate-page .page-content-wrap .text-muted,
.gate-page .page-content-wrap .form-label,
.gate-page .page-content-wrap label {
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--text-muted);
}

.gate-page .page-content-wrap .text-muted.small {
  font-size: 0.9375rem;
  line-height: 1.55;
  letter-spacing: -0.01em;
}

.gate-page .page-content-wrap .gate-login-form label,
.gate-page .page-content-wrap .form-label {
  color: var(--text-main);
  font-size: 0.9375rem;
}

.gate-page .page-content-wrap input.form-control,
.gate-page .page-content-wrap .gate-login-form input {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.gate-page .page-content-wrap .btn {
  font-weight: 600;
  letter-spacing: -0.01em;
}

.gate-page .page-content-wrap a {
  font-weight: 500;
}

.gate-page .page-content-wrap .list-group-item,
.gate-page .page-content-wrap .alert {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.5;
}

/* ----- 로그인 페이지 ----- */
.login-page .login-box {
  font-family: 'Noto Sans KR', system-ui, -apple-system, sans-serif;
}

.login-page .login-box h2 {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--text-main);
  line-height: 1.3;
}

.login-page .sns-login-section .text-muted,
.login-page .sns-login-section .sns-login-label,
.login-page .login-box .text-muted {
  font-size: 0.9375rem;
  line-height: 1.55;
  letter-spacing: -0.01em;
  font-weight: 500;
}

.login-page .sns-login-label {
  font-weight: 600;
  color: var(--text-main) !important;
}

.login-page .login-form label {
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--text-main);
}

.login-page .login-form input[type="text"],
.login-page .login-form input[type="email"],
.login-page .login-form input[type="password"] {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.login-page .login-box .btn-primary {
  font-weight: 600;
  letter-spacing: -0.01em;
}

.login-page .login-box a {
  font-weight: 500;
}

.login-page .login-box hr {
  border-color: var(--border);
  opacity: 0.9;
}
