/* The locally hosted Pretendard variable font includes genuine SemiBold (600).
   A uniform weight is intentional: headings, copy, labels and controls all use it.
   Keep existing font sizes, line heights, colors and layout rules unchanged. */
body,
body * {
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-weight: 600 !important;
}

input::placeholder,
textarea::placeholder {
  font-family: inherit;
  font-weight: 600;
}
