@import "tailwindcss";

body {
    background-color: #05091f !important;
}

.bg-secondary {
    background-color: #060d22 !important;
}

.bg-input {
    background-color: #2a2f41;
}

.text-1xl {
    font-size: 0.75rem;
}

.text-1-2xl {
    font-size: 1.125rem;
}

.pb-1-8 {
    padding-bottom: 0.5rem;
}