-
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap'); .event-container { max-width: 800px; margin: 0 auto; font-family: 'Inter', sans-serif; color: #333; line-height: 1.8; } .event-banner { width: 100%; border-radius: 8px; margin-bottom: 30px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); […]