/* Headstart minimal Ashby override — Inter font only */

/* Load Inter */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

/* Apply Inter globally within Ashby elements */
:root {
  --fontFamily: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI",
                "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", sans-serif;
}

/* Force Ashby job board + form elements to use Inter */
.ashby-job-board-heading,
.ashby-job-posting-header,
.ashby-job-posting-left-pane,
.ashby-job-posting-right-pane,
.ashby-job-posting-brief,
.ashby-job-board-filters-label,
.ashby-job-board-reset-filters-label,
.ashby-job-board-filter,
.ashby-department-heading,
.ashby-department-heading-level,
.ashby-application-form-container,
.ashby-application-form-section-container,
.ashby-application-form-field-entry,
.ashby-application-form-submit-button,
.ashby-application-form-question-title,
.ashby-application-form-question-description,
.ashby-application-form-section-header-title,
.ashby-application-form-section-header-description,
.ashby-application-form-texting-consent-description {
  font-family: var(--fontFamily) !important;
}
