#embedded_job_board_wrapper #logo {
    display: none;
    padding: 0%;
  }
  #wrapper h1 {
    display: none;
    font-family: 'Inter', sans-serif;
  }
  #board_title {
    border-bottom: 1px solid #0F0E12;
    padding-bottom: 0.5rem;
    font-size: 3em;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
  }
  #wrapper .accessible .level-0 h3 {
    padding-top: 16px;
    font-size: 2rem;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 24px;
    clear: both;
  }
  
  #wrapper .accessible .level-0 h4 {
    clear: both;
    margin-bottom: 0;
    font-size: 1.4rem;
    font-family: 'Inter', sans-serif;
    margin-top: 0;
  }
  
  #wrapper .accessible .opening {
    margin-bottom: 0.25rem;
    clear: both;
  }
  
  #wrapper .opening br {
    display: none;
  }
  
  #wrapper .opening a {
    float: left;
    max-width: 60%;
    color: #0F0E12;
    font-size: 20px;
    margin-bottom: 1.25rem;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
  }
  
  #wrapper .location {
    float: right;
    max-width: 40%;
    text-align: right;
    font-family: "Space Mono", monospace;
    text-transform: uppercase;
  }

  #embedded_job_board_wrapper {
    padding: 0%;
  }
  
  #wrapper {
    max-width: 100%;
    padding: 0%;
  }
  
  #app_body {
    max-width: unset;
  }
  
  #header {
    padding-right: 0;
    position: relative;
  }
  
  #header a {
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 1rem;
    line-height: 1 !important;
    display: inline-block;
    padding: 0.7em 1.169em;
    background: transparent;
    color: #0F0E12;
    border: 1px solid #0F0E12;
  }
  #header a:hover,
  #header a:active,
  #header a:focus {
    background-color: #0F0E12;
    color: #fff;
    text-decoration: none;
  }
  
  #application {
    margin: 2rem auto;
  }
  #wrapper .app-title {
    display: block;
    padding-right: 170px;
    font-family: 'Inter', sans-serif;
  }
  
  #app_body p,
  #app_body ul {
    font-size: 18px;
    line-height: 1.6 !important;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
  }
  .inter-font {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings:
      "slnt" 0;
  }
  #app_body p strong {
    font-weight: 700;
    font-family: 'Inter', sans-serif;
  }