body { font-family: 'Open Sans', sans-serif; }
.font-montserrat { font-family: 'Montserrat', sans-serif; }

.card { background: white; border-radius: 0.75rem; overflow: hidden; box-shadow: 0 8px 18px rgba(0,0,0,0.08); }
.card img { width: 100%; height: 180px; object-fit: cover; }

.tag { background: #E5D3B3; padding: 0.25rem 0.5rem; border-radius: 999px; font-size: 0.75rem; }

.chip { background: #C1440E; color: white; padding: 0.4rem 0.8rem; border-radius: 999px; font-size: 0.8rem; }
.filter { padding: 0.5rem 0.75rem; border-radius: 0.5rem; }
