.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}
.active-dot::after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background-color: #775a19;
    border-radius: 50%;
    margin: 4px auto 0;
}
.luxury-shadow {
    box-shadow: 0 20px 40px rgba(119, 87, 77, 0.04);
}
.custom-scrollbar::-webkit-scrollbar {
    width: 4px;
}
.custom-scrollbar::-webkit-scrollbar-track {
    background: #f3f3f4;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #c5a059;
}
