/* stylelint-disable */

/* =========================================================================
   Ashby Job Board — August fonts only
   Applies Hedvig Letters Serif (headlines) and Geist (UI/body).
   No color, layout, or other style changes — Ashby defaults preserved.
   ========================================================================= */

@import url('https://fonts.googleapis.com/css2?family=Hedvig+Letters+Serif&family=Geist:wght@300;400;500;600;700&display=swap');

:root {
    /* Default body / UI font — Geist */
    --fontFamily: "Geist", ui-sans-serif, -apple-system, "Inter", system-ui, sans-serif;
}

/* --- Headlines: Hedvig Letters Serif ----------------------------------- */

.ashby-job-board-heading {
    font-family: "Hedvig Letters Serif", Georgia, "Times New Roman", serif;
}

.ashby-department-heading,
.ashby-job-posting-brief-department-heading {
    font-family: "Hedvig Letters Serif", Georgia, "Times New Roman", serif;
}

.ashby-job-posting-heading {
    font-family: "Hedvig Letters Serif", Georgia, "Times New Roman", serif;
}

.ashby-job-posting-brief-title {
    font-family: "Hedvig Letters Serif", Georgia, "Times New Roman", serif;
    font-size: 1.25em;
    line-height: 1.25;
}

.ashby-application-form-section-header-title {
    font-family: "Hedvig Letters Serif", Georgia, "Times New Roman", serif;
}

.ashby-application-form-autofill-input-title {
    font-family: "Hedvig Letters Serif", Georgia, "Times New Roman", serif;
}
