@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    /*  The max width of the job board container */
    --widthMaxJobBoard: 800px;

    /*  The max width of the application form section */
    /* --widthMaxJobBoard: 800px; */

    /*  Container border radius */
    --borderRadiusContainer: 5px;

    /*  Border radius of control elements (e.g. input boxes) */
    --borderRadiusControl: 5px;

    /*  Button border radius */
    --borderRadiusButton: 5px;

    /*  Font families */
    --fontFamily: "Montserrat", sans-serif ;

    --colorAppBackground: #f7f8fa;
  }
.ashby-job-posting-left-pane > div:first-child {
    display: none;
  }
  .ashby-job-posting-right-pane h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
    color:#5150FF
  }
.ashby-job-posting-heading {
  text-align: center;
  font-weight: 900;
  font-size: 1.5rem;
  text-transform: uppercase;
}