body {
    background-color: #111; /* dark background */
    color: #ddd; /* default light text */
}

label, .text-gray-600, .text-gray-700, .text-gray-900 {
    color: #ccc !important;
}

a {
    color: #facc15; /* gold links */
}
a:hover {
    color: #fde68a; /* lighter gold */
}

input, .rounded-md {
    background-color: #222 !important;
    border-color: #444 !important;
    color: #eee !important;
}

button, .bg-indigo-500 {
    background-color: #facc15 !important; /* gold button */
    color: #111 !important;
    border: none !important;
}
button:hover {
    background-color: #eab308 !important;
}
@font-face {
    font-family: "Florida Vibes";
    src: url("/fonts/FVibes.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
.font-florida {
    font-family: "Florida Vibes", cursive;
}