@tailwind base;
@tailwind components;
@tailwind utilities;

.text-custom-brown {
    color: #684D3C !important;
}

.text-push-register {
    background-color: #684D3C !important; 
    border-color: #684D3C !important;
}

/* .text-push-register:hover {
    color: white !important;
} */