:root {
  /* Background color - Grey Website Color */
  --colorAppBackground: #f6f6f6;

  /* Your brand colors - update these to match Epistemix */
  --colorPrimary900: #f6f6f6; /* Blue 500 */
  --colorPrimary600: #6B89FF; /* Blue 200 */

  /* Layout */
  --widthMaxJobBoard: 900px;

  /* Border radius */
  --borderRadiusContainer: 8px;
  --borderRadiusControl: 6px;
  --borderRadiusButton: 6px;

  /* Font - match your website's font stack */
  --fontFamily: "Sons", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

/* Add spacing between job postings */
.ashby-job-posting-brief {
  margin-bottom: 12px;
}

/* Job posting details (location, department, etc.) */
.ashby-job-posting-brief-details {
  color: #737373;
  font-size: 14px;
}

/* Filter labels */
.ashby-job-board-filters-label {
  color: #737373;
  font-size: 18px;
}