:root {
    --widthMaxJobBoard: 880px;
    --borderRadiusContainer: 8px;
    --borderRadiusControl: 8px;
    --borderRadiusButton: 8px;
    --fontFamily: "Inter", "Helvetica", "Arial", "Apple Color Emoji", "Segoe UI Emoji", sans-serif;
    --fontSizeNormal: 18px;
    --fontSizeLarge: 24px;
    --fontSizeXlarge: 24px;
  }

.ashby-department-heading {
  text-transform: uppercase;
  letter-spacing: .02em;
  font-weight: var(--fontWeightHeavyBold);
  font-size: var(--fontSizeNormal);
}

.ashby-job-posting-brief {
    /* This adds some space between posting briefings. */
    margin-bottom: 10px;
}