body {
    font-family: 'Tahoma', 'Vazir', sans-serif;
    background: #fef9e6;
}
.navbar {
    background: #2c2b28 !important;
    border-bottom: 2px solid #d4af37;
}
.navbar-brand, .nav-link {
    color: #d4af37 !important;
}
.card {
    border-radius: 20px;
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    background: white;
}
.btn-gold {
    background-color: #d4af37;
    color: #2c2b28;
    font-weight: bold;
}
.btn-gold:hover {
    background-color: #b8960c;
    color: white;
}
.price-bar {
    background: #2c2b28;
    color: #d4af37;
    padding: 8px;
    border-radius: 10px;
    text-align: center;
}