@charset "UTF-8";
@font-face {
  font-family: "GarageGothicBold";
  src: url("/DigitUp/Minus196/assets/fonts/garage-gothic.woff2") format("woff2"), url("/DigitUp/Minus196/assets/fonts/garage-gothic.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowSemiCondensed";
  src: url("/DigitUp/Minus196/assets/fonts/BarlowSemiCondensed-ExtraBold.woff2") format("woff2"), url("/DigitUp/Minus196/assets/fonts/BarlowSemiCondensed-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowSemiCondensedLight";
  src: local("Barlow Semi Condensed Light"), local("BarlowSemiCondensed-Light"), local("Barlow Semi Condensed");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSansLight";
  src: url("/fonts/OpenSans-Light.woff2") format("woff2"), url("/fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.crew-join-section {
  background: #000;
  color: #FEDD00;
  text-align: center;
  padding: 4rem 0;
}

.crew-heading, .crew-subheading {
  color: #FEDD00;
  font-size: 2rem;
  font-weight: 800;
  font-family: "BarlowSemiCondensed", Helvetica, Arial, Lucida, sans-serif;
  margin-bottom: 1.25rem;
}

.crew-description {
  max-width: 700px;
  margin: 0 auto 30px;
  color: #FEDD00;
  font-size: 1rem;
  font-weight: 400;
  font-family: "BarlowSemiCondensedLight", "Barlow Semi Condensed", "OpenSansLight", Helvetica, Arial, Lucida, sans-serif;
}

.crew-requirements {
  list-style: none;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  font-family: "BarlowSemiCondensedLight", "Barlow Semi Condensed", "OpenSansLight", Helvetica, Arial, Lucida, sans-serif;
}

.crew-requirements li {
  margin: 0.625rem 0;
  position: relative;
}

.crew-requirements li::before {
  content: "•";
  color: #FEDD00;
  margin-right: 0.5rem;
}
