/* Custom CSS for login page */

/* Hide the original "Forgot Password" link */
[data-testid="forgot-password-link"] {
  display: none !important;
}

/* Force all elements to use Space Grotesk font */
body *,
[class*="ory_elements"],
[class*="ory_elements"] *,
button,
input,
a {
  font-family: "Space Grotesk", sans-serif !important;
}
