/* Shared overrides for login.html and register.html */
/* Force Inter font on inputs/labels to avoid local cache showing the wrong font */
.auth-split-form-inner input,
.auth-split-form-inner select,
.auth-split-form-inner button,
.auth-split-form-inner .form-field label,
.auth-split-form-inner .auth-subtitle,
.auth-split-form-inner .checkbox-label,
.auth-split-form-inner .auth-footer-link,
.auth-split-form-inner a {
  font-family: 'Inter', 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif !important;
}
.auth-split-form-inner h1 {
  font-family: 'PP Mori', 'Plus Jakarta Sans', sans-serif !important;
}
