/* Import Inter font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

/* Apply Inter to all text elements globally */
body, html, h1, h2, h3, h4, h5, h6,
p, span, div, a, li, input, button, label, textarea, select {
  font-family: 'Inter', sans-serif !important;
  color: #222; /* optional for consistency */
}

/* Keep your existing sections available for future edits */
#events h3,
#events p.duration, #events div.duration,
#events p.description, #events div.description,
#events .selectedEvent,
#events input.reserve_time_btn,
#events input.select_another_btn,
#eventForm #start_date-block-container h3,
#eventForm #timeline-container h3,
#eventForm #save_button,
div.ui-widget-content,
div.ui-widget-header,
#timeline-container table.timeline,
.timeline td.not_worked_time,
.timeline td.free_time,
.timeline td.selected_time,
.timeline td.reserved_time,
div#loading,
#start_date-block-container .zend_form dt,
.start_date-block-container .zend_form dt b,
.start_date-block-container .zend_form dd label {
  font-family: 'Inter', sans-serif !important;
}