@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600&family=Poppins:wght@300;400;500&display=swap');

/* Fuente general (texto) */
body, p, div, span, input, button {
  font-family: 'Poppins', sans-serif !important;
}

/* Títulos elegantes */
h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif !important;
  letter-spacing: 0.5px;
}

#events h3 {
  font-family: 'Playfair Display', serif !important;
}

#events p.description, 
#events div.description {
  font-family: 'Poppins', sans-serif !important;
}

#eventForm #save_button {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500;
}

#events input.reserve_time_btn,
#events input.select_another_btn {
  font-family: 'Poppins', sans-serif !important;
}
