@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('/public/fonts/PlusJakartaSans-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
}

body, html {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif !important;
}

/* Replace the Chainlit logo with our lime wordmark (Chrome/Safari) */
img.logo {
  content: url('/public/logo.svg');
}

/* Sign In button fallback — in case theme.json variables aren't applied yet at paint */
button[type="submit"] {
  background-color: #CDFF05 !important;
  color: #040B26 !important;
}

button[type="submit"]:hover {
  background-color: #b8e600 !important;
}
