body {
    font-family: "Figtree", Arial, Helvetica, sans-serif;
    background-color: #202424;
    color: white !important;
}

p, a, td {
    color: white;
}

#bruh {
    display: none;
    position: fixed;
    top: 20%;
    left: 40%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.root {
    text-decoration: none;
}

.p-2 {
    padding: .5rem;
}

.border {
    background-color: transparent;
    color: white;
    border-width: 2px;
}

.border-white {
    border-color: rgb(255 255 255 / 1);
}

.button {
    padding: .5rem;
    border-width: 1px;
    --un-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--un-border-opacity));
}

#loginModal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#loginModal form {
    background: #222;
    padding: 2em;
    border-radius: 10px;
    box-shadow: 0 0 10px #000;
    width: 100%;
    max-width: 320px;
}

#loginModal input, #loginModal button {
    display: block;
    width: 100%;
    margin: 0.5em 0;
    padding: 0.5em;
    background: #333;
    border: none;
    color: #fff;
    border-radius: 5px;
    font-family: "Figtree", sans-serif;
}

#loginModal button {
    background: #555;
    cursor: pointer;
}

#loginModal button:hover {
    background: #777;
}

.icon-audio {
    width: 20px;
}

/* New additions to force white text everywhere important */
table, th, td, input, button, h2, label, select, textarea {
  color: white !important;
}

body {
  color: white !important;
}
