@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;600;700&display=swap');


:root {
  /* Left-align the page by removing the max width constraint */
  --widthMaxJobBoard: 1045px;

  /*Change font to match that on our website */
    --fontFamily: "Figtree", Arial, sans-serif !important;

}

/* Customize the success banner after application submission */
.ashby-application-form-success-container {
  background-color: #ff9797 !important; /* or your brand color */
  color: #000000 !important;
  border-radius: var(--borderRadiusContainer);
  padding: 1em;
}
