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

:root {
    --fontFamily: "Inter", "Inter var", "Inter-fallback", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Helvetica", "Arial", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji";
    --fontWeightMediumBold: var(--fontWeightLightBold);
}

strong {
    font-weight: var(--fontWeightLightBold);
}

body {
    padding-top: 0rem;
    background-color: unset;
}

.ashby-job-posting-brief-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ashby-job-board-back-to-all-jobs-button {
    margin-bottom: 4rem;
}

.ashby-job-posting-left-pane,
.ashby-job-posting-right-pane,
[role="tabpanel"],
[role="tabpanel"]>div,
.ashby-application-form-container {
    background-color: transparent;
    box-shadow: none;
}

/* Success message container background */
.ashby-application-form-success-container {
    background-color: #5F8A4D;
}
