/* Nexmate typography-only update 5.1.2. No colors, sizes or layout rules.
   Fonts are installed locally from the owner's original font archive. */
@font-face {
  font-family: "Nexmate Pretendard";
  src: url("./fonts/Pretendard-Medium.otf?v=1.309") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Nexmate Pretendard";
  src: url("./fonts/Pretendard-SemiBold.otf?v=1.309") format("opentype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
:root {
  --font: "Nexmate Pretendard", "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", system-ui, sans-serif;
}
html, body, button, input, select, textarea, output,
h1, h2, h3, h4, h5, h6,
.nav-label, .mobile-nav-item, .post-author, .mentor-card, .meta-date,
.nx-msg-drawer, .nx-msg-launcher, .focus-overlay {
  font-family: var(--font);
}
html { font-synthesis: none; }
body { font-weight: 500; }
/* Keep small text readable without synthetic bold/extra-bold. */
small, time, .tiny, .small, .meta-date,
.input, .select, .textarea, .field small, .input-help, .form-help,
.post-author > div > span, .post-author > div > time,
.study-end, .mentor-card > p {
  font-weight: 500;
}
h1, h2, h3, h4, h5, h6, strong, b,
.btn, .nav-item, .nav-label, .mobile-nav-item,
.post-author > div > strong, .mentor-card h3,
.mentor-price strong, .stat-value, .study-clock,
.nx-msg-send, .nx-msg-partner b, .nx-msg-avatar {
  font-weight: 600;
}
input[type="file"]::file-selector-button { font-family: var(--font); font-weight: 600; }
::placeholder { font-family: var(--font); }
/* Numerals remain aligned; SVG icons and emoji keep their own rendering. */
.meta-date, .study-clock, .study-duration, .study-end,
.point-pill, .price, .focus-clock, input[type="time"], input[type="date"] {
  font-variant-numeric: tabular-nums;
}
