.city-page-container {
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.6;
}

.italic-font {
    font-style: italic;
}

.border-dashed {
    border: 2px dashed #ddd;
}

.history-section p, .lifestyle-section p {
    font-size: 1.1rem;
    color: #444;
}

.city-hero h1 {
    letter-spacing: -2px;
}

/* Sidebar Styling */
.bg-dark {
    background-color: #1a1a1a !important;
}

.text-warning {
    color: #ffc107 !important;
}

.btn-warning {
    background-color: #ffc107;
    border: none;
    color: #000;
}

.btn-warning:hover {
    background-color: #e5ac00;
}