/* Vesta - Ashby Job Board Custom CSS */

@font-face {
  font-family: "Satoshi";
  src: url("https://cdn.prod.website-files.com/65e8d2580d2875b2bb507bc7/65e8d2580d2875b2bb507bef_Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Satoshi";
  src: url("https://cdn.prod.website-files.com/65e8d2580d2875b2bb507bc7/65e8d2580d2875b2bb507bfd_Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Satoshi";
  src: url("https://cdn.prod.website-files.com/65e8d2580d2875b2bb507bc7/65e8d2580d2875b2bb507c89_Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

:root {
  --fontFamily: "Satoshi", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Helvetica", "Arial", sans-serif;
}

/* Hide "Open Positions (N)" heading */
.ashby-job-board-heading,
.ashby-job-board-heading-count {
  display: none !important;
}

/* Reduce grey hover background top and bottom padding from 24px to 16px */
.ashby-job-posting-brief {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
