/* These variables can be used to control values throughout the job board. */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Figtree:wght@300;400;500;600&display=swap');

:root {
  /*  Font families */
  --colorNeutral000: #f5f4f2;
  --colorNeutral800: #131313;
  --colorNeutral700: #727170;
  --colorNeutral600: #868686;
  --colorPrimary600: #131313;
  --fontFamily: 'DM Sans', '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Helvetica', 'Arial',
    'Apple Color Emoji', 'Segoe UI Emoji', sans-serif;
  /* --colorAppBackground: #f4f8ff; */
}

/* The container of the job posting details pane. */
.ashby-job-posting-brief {
  /* This adds some space between posting briefings. */
  /* margin-bottom: 10px; */
}

.ashby-department-heading,
.ashby-job-board-heading,
.ashby-job-posting-heading,
.ashby-job-posting-brief-title {
  color: #131313;
}

.ashby-application-form-container {
  background-color: #f5f4f2;
}

.ashby-application-form-question-description {
  color: #868686;
}

.ashby-job-posting-brief:hover {
  background-color: #e8e7e5;
}

.ashby-job-posting-brief-details {
  color: #868686;
}
