 /* Custom CSS for Stir Bike Website */

/* Font settings for Helvetica and Georgia */
body, button, input, select, textarea {
    font-family: Georgia, serif; /* Body Text font for general text */
    color: #CCCCCC; /* Light gray color for text */
}

h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, sans-serif; /* Helvetica for headings */
    color: #C06015; /* Accent color for headings */
}

/* Specific styles for elements */
#events h3, #eventForm #start_date-block-container h3, #eventForm #timeline-container h3 {
    font-size: 24px; /* Helvetica font size for H3 */
    font-weight: 400; /* Normal font weight */
    line-height: 1.3; /* Line height for better readability */
}