/* style.css - Custom styles for Date Treasure Hunt (optional, Tailwind via CDN is primary) */
/* Add any custom overrides or animations here if needed */

html, body {
  height: 100%;
  min-height: 100vh;
  background-color: #18181b !important;
  color: #e4e4e7 !important;
}

body {
  /* fallback for Tailwind utility if not applied */
  background-color: #18181b !important;
  color: #e4e4e7 !important;
}

#clue-screen, #welcome-screen, #complete-screen {
  background: transparent !important;
}

button, input[type="text"] {
  font-family: inherit;
}
