body {
    font-family: 'Inter', sans-serif;
    background-color: #f8faf9;
    color: #1B3324;
}

.bg-trezore-green {
    background-color: #1B3324;
}

.bg-trezore-gold {
    background-color: #C29B57;
}

.bg-trezore-gold-btn {
    background-color: #C29B57;
    color: #1B3324;
}

.bg-trezore-gold-btn:hover {
    background-color: #a68245;
}

.text-trezore-gold {
    color: #C29B57;
}

.text-trezore-green {
    color: #1B3324;
}

.border-trezore-gold {
    border-color: #C29B57;
}

.hover-trezore-link:hover {
    background-color: #C29B57;
    color: #1B3324;
}

.hover-text-gold:hover {
    color: #C29B57;
}

.focus-ring-gold:focus {
    --tw-ring-color: #C29B57;
    border-color: #C29B57;
}

.group:hover .group-hover\:visible {
    visibility: visible;
}

.group:hover .group-hover\:opacity-100 {
    opacity: 1;
}

.nav-container {
    height: 120px;
}

/* Custom Scrollbar for Light Theme */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f5f3;
}

::-webkit-scrollbar-thumb {
    background: #1B3324;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .logo-img {
        height: 70px !important;
    }

    .nav-container {
        height: auto !important;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}
