/* Apply Geodesica font to form elements */
input, select, textarea, label, .form-control {
  font-family: 'Geodesica', sans-serif;
}

/* Apply to form labels */
label {
  font-family: 'Geodesica', sans-serif;
  font-weight: 600;
}

/* Apply to form buttons */
button, input[type="submit"], input[type="button"] {
  font-family: 'Geodesica', sans-serif;
}

/* Apply to form headings */
.form-group legend, .form-group h1, .form-group h2, .form-group h3, .form-group h4, .form-group h5, .form-group h6 {
  font-family: 'Geodesica', sans-serif;
  font-weight: 600;
}

/* Apply to form error messages */
.invalid-feedback, .error-message {
  font-family: 'Geodesica', sans-serif;
} 