@font-face {
  font-family: 'Circular Std';
  src: url('../fonts/jobheld/CircularStd-Medium.eot');
  src: url('../fonts/jobheld/CircularStd-Medium.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/jobheld/CircularStd-Medium.woff2') format('woff2'),
    url('../fonts/jobheld/CircularStd-Medium.woff') format('woff'),
    url('../fonts/jobheld/CircularStd-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Circular Std';
  src: url('../fonts/jobheld/CircularStd-Bold.eot');
  src: url('../fonts/jobheld/CircularStd-Bold.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/jobheld/CircularStd-Bold.woff2') format('woff2'),
    url('../fonts/jobheld/CircularStd-Bold.woff') format('woff'),
    url('../fonts/jobheld/CircularStd-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body.home {
  background: #0e1019;
  font-family: 'Circular Std', sans-serif;
}

body.home h1 {
  color: white;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}
a {
  text-decoration: none !important;
  color: inherit !important;
}
a:hover {
  text-decoration: underline !important;
  color: inherit !important;
}

span.highlighttext-yellow {
  background: #f7efd5;
  color: #000;
  font-weight: 700;
  padding: 1px 5px;
  border-radius: 5px;
}

p {
  color: whitesmoke;
  text-align: center;
  font-size: 21px;
  line-height: 170%;
}
.home-wrapper {
  display: flex;
  flex-direction: row;
  height: 100vh;
  align-items: center;
  justify-content: center;
  overflow: hidden !important;
}
.home-teaser-content {
  max-width: 1200px;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.home-teaser-center {
  justify-content: center;
  display: flex;
  flex-direction: column;
  max-width: 800px;
}
.hero-btns {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.hero-btns a {
  border-color: #d9ff16 !important;
  background: #d9ff16 !important;
  color: black !important;
  font-weight: bold;
  padding: 14px 30px;
  border-radius: 8px;
}
