
body {
    background-color: #e6d6c2 !important;
    font-family: 'Outfit', sans-serif !important;
}

.bg-gray-100 {
    background-color: #e4d2a0 !important;
}

.bg-white {
    background-color: #fffaf5 !important;
}

.shadow-md {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) !important;
}

.text-gray-900 {
    color: #0e0d0c !important;
}

button,
[x-primary-button] {
    background-color: #a47c48 !important;
    border-color: #a47c48 !important;
    color: white !important;
}

button:hover,
[x-primary-button]:hover {
    background-color: #8c6239 !important;
    border-color: #8c6239 !important;
}

input[type="email"],
input[type="password"],
input[type="text"] {
    border-color: #a47c48 !important;
}

input:focus {
    outline: none !important;
    border-color: #8c6239 !important;
    box-shadow: 0 0 0 2px #e6d6c2 !important;
}
