@font-face {
  font-family: Pprightgroteskmono;
  src: url('../fonts/PPRightGroteskMono-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppformula;
  src: url('../fonts/PPFormula-CondensedBlack.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppformula;
  src: url('../fonts/PPFormula-NarrowBold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppformula;
  src: url('../fonts/PPFormula-NarrowRegular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: #000;
  --caution-tape: #ffe45d;
  --night-sky: #4e44be;
  --cloudy-sky: #e9e3f0;
  --cardboard-box: #865730;
  --grass-field: #6ca11f;
  --salt-flat: #fff2ed;
  --rose-garden: #d0469b;
  --sandy-beach: #fcf3d9;
  --tarmac: #585156;
  --tire-smoke: #f5e9f5;
  --ocean-blue: #2b6cd4;
  --snow-cap: #ecf1fd;
  --woodlands-brown: #59352c;
  --plains-green: #d5db54;
  --waterfall: #177787;
  --marsh: #cfeed0;
  --sunset-red: #e53636;
  --sunrise-yellow: #fdd78c;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppformula, Arial, sans-serif;
  font-size: 2.2em;
  font-weight: 900;
  line-height: 44px;
}

h2 {
  letter-spacing: .1vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppformula, Arial, sans-serif;
  font-size: 1.3vw;
  font-weight: 700;
  line-height: 1em;
}

a {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
  display: inline-block;
}

.body {
  cursor: none;
  background-color: #000;
  overflow: visible;
}

.departurescontainer {
  z-index: 1002;
  width: 100vw;
  position: fixed;
  bottom: 0;
  overflow: hidden;
}

.departureslogo {
  width: 100%;
  padding-top: .4vw;
  padding-bottom: .4vw;
}

.departurelogocontainer {
  border-top: 2px solid var(--white);
  background-color: var(--black);
  padding: 10px 2vw;
}

.marqueecontainer {
  background-color: var(--caution-tape);
  white-space: nowrap;
  flex-flow: row;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.marqueetext {
  white-space: nowrap;
  align-self: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: .4vw 2vw 0;
}

._3linesvg {
  justify-content: center;
  align-self: center;
  height: 100%;
  margin-top: 1px;
  padding: 0 1vw;
  display: flex;
}

.navindex {
  z-index: 890;
  background-color: var(--black);
  flex-flow: wrap;
  flex: 1;
  width: 100%;
  height: 100%;
  max-height: 95vh;
  padding-top: 0;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  display: flex;
}

.nav {
  z-index: 1001;
  background-color: var(--black);
  width: 100%;
  display: flex;
  position: fixed;
}

.micalogo {
  padding-top: 5px;
}

.brand {
  color: var(--white);
  cursor: none;
  flex-flow: column;
  align-self: center;
  padding-left: 2vw;
  padding-right: 2vw;
}

.brand:hover {
  color: var(--caution-tape);
}

.nav-link {
  color: var(--white);
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: none;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  margin: 0 1vw;
  padding: 20px 1vw;
  font-family: Pprightgroteskmono, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--caution-tape);
}

.nav-link.mobilehide {
  display: none;
}

.navsubcontainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.indexbutton {
  color: var(--white);
  cursor: none;
  background-color: #c8c8c800;
  flex-flow: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 0 2vw;
  font-size: 14px;
  display: flex;
}

.indexbutton:hover {
  color: var(--caution-tape);
}

.indexbutton.w--open {
  background-color: #fff0;
}

.icon {
  color: var(--white);
  align-self: center;
  font-size: 2.4em;
}

.text-block {
  letter-spacing: .08em;
  text-transform: uppercase;
  align-items: center;
  height: 100%;
  font-family: Pprightgroteskmono, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.text-block.subheading {
  background-color: var(--white);
  color: var(--black);
  letter-spacing: .04em;
  height: auto;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Ppformula, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  display: inline-block;
}

.navcontainer {
  border-bottom: 2px solid var(--white);
  width: 100%;
  display: flex;
}

.nav-link-2 {
  flex: 0 auto;
}

.indexname {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  color: var(--white);
  cursor: none;
  justify-content: flex-start;
  align-items: center;
  padding: 5px .5vw 2px;
  display: inline-flex;
}

.indexname.purple:hover {
  background-color: var(--night-sky);
  color: var(--cloudy-sky);
}

.indexname.yellow:hover {
  background-color: var(--cardboard-box);
  color: var(--caution-tape);
}

.indexname.lime:hover {
  background-color: var(--grass-field);
  color: var(--salt-flat);
}

.indexname.magenta:hover {
  background-color: var(--rose-garden);
  color: var(--sandy-beach);
}

.indexname.gray:hover {
  background-color: var(--tarmac);
  color: var(--tire-smoke);
}

.indexname.blue:hover {
  background-color: var(--ocean-blue);
  color: var(--snow-cap);
}

.indexname.pistachio:hover {
  background-color: var(--woodlands-brown);
  color: var(--plains-green);
}

.indexname.teal:hover {
  background-color: var(--waterfall);
  color: var(--marsh);
}

.indexname.orange:hover {
  background-color: var(--sunset-red);
  color: var(--sunrise-yellow);
}

.indexnamescontainer {
  flex-flow: wrap;
  flex: 1;
  height: auto;
  max-height: 90vh;
  padding-top: 10px;
  padding-bottom: calc(10px + 11.4vw);
  font-size: 15px;
  display: flex;
  overflow: scroll;
}

.indexheading {
  line-height: 1em;
}

.indexheading.studentpage {
  color: var(--white);
  padding-top: 3px;
  font-size: 3em;
  line-height: 1em;
}

.tagsectioncontainer {
  flex-flow: wrap;
  width: calc(100vw + 4px);
  margin: -1px -2px;
  padding-top: calc(38px + 1.2em);
  padding-bottom: calc(40px + 11.3vw);
  display: inline-flex;
  overflow: hidden;
}

.tagsectioncontainer._404 {
  flex-flow: column;
  height: 100%;
  display: block;
}

.tagcontainer {
  border-top-style: dashed;
  border-top-width: 1px;
  border-top-color: var(--white);
  border-right-style: dashed;
  border-right-width: 1px;
  border-right-color: var(--white);
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: var(--white);
  border-left-style: dashed;
  border-left-width: 1px;
  border-left-color: var(--white);
  color: var(--white);
  cursor: none;
  flex-flow: column;
  flex: 1;
  min-width: calc(25vw + 1px);
  max-width: calc(25vw + 1px);
  height: 30vw;
  display: flex;
}

.tagcontainer:hover {
  background-color: var(--caution-tape);
  color: var(--black);
}

.tagsubcontainer {
  background-color: var(--black);
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.tagsubcontainer.studentpage {
  min-height: 32vw;
}

.nametextcontainer {
  border-top: 1px dashed var(--white);
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 15px 2vw 12px;
  display: flex;
}

.nametextcontainer.studentpage {
  border-top-style: dashed;
  border-top-width: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: calc(100vh - 48px - 2.2em - 38vw);
  padding-top: 2vw;
}

.nametextcontainer.aboutpage {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 78px - 1.2em - 11.3vw);
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.nametextcontainer.crewpage {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: var(--white);
  justify-content: center;
  min-width: calc(25vw + 1px);
  max-width: calc(25vw + 1px);
}

.nametext {
  letter-spacing: .08em;
  text-transform: uppercase;
  align-items: center;
  height: 100%;
  font-family: Ppformula, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.nametext.studentpage {
  color: var(--white);
  text-transform: none;
  overflow-wrap: anywhere;
  height: auto;
  font-weight: 400;
  line-height: 1.4em;
}

.nametext.aboutpage {
  color: var(--white);
  text-transform: none;
  height: auto;
  font-weight: 400;
  line-height: 1.4em;
}

.div-block-7 {
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.embed {
  z-index: 800;
  position: fixed;
}

.code-embed {
  position: relative;
}

.code-embed-2 {
  display: none;
}

.div-block-8 {
  width: calc(100vw + 2px);
  padding-left: 1px;
  position: relative;
}

.maincontain {
  overflow: hidden;
}

.maincontain._404 {
  height: 100vh;
}

._3linesvgem {
  justify-content: center;
  align-self: center;
  height: 100%;
  padding: 0 1vw;
  display: none;
}

.marqueesection {
  background-color: var(--caution-tape);
  width: 100vw;
}

.div-block-9 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.top {
  background-color: var(--white);
  width: 1.5em;
  height: 2px;
}

.div-block-11 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 1.5em;
  height: 1.5em;
  margin-top: -2px;
  display: flex;
}

.mid {
  background-color: var(--white);
  width: 1.5em;
  height: 2px;
  margin-top: .4em;
  margin-bottom: .4em;
}

.bot {
  background-color: var(--white);
  width: 1.5em;
  height: 2px;
}

.studentpagecontainer {
  flex-flow: row;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  display: flex;
  overflow: scroll;
}

.infosection {
  border-top-color: var(--white);
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--white);
  border-bottom-color: var(--white);
  border-left-color: var(--white);
  color: var(--white);
  cursor: none;
  flex-flow: column;
  flex: 0 auto;
  padding-top: calc(38px + 1.2em);
  padding-bottom: calc(20px + 1.7vw);
  display: flex;
  overflow: auto;
}

.div-block-12 {
  flex: 1;
  height: 100vh;
  padding-top: calc(38px + 1.2em);
  padding-bottom: calc(20px + 1.7vw);
  display: inline-block;
  position: sticky;
  top: 0;
  overflow: auto;
}

.studentcontain {
  overflow: hidden;
}

.div-block-13 {
  align-self: stretch;
  height: 100%;
  display: inline-block;
}

.div-block-14 {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 30vw;
  display: flex;
}

.div-block-15 {
  background-color: var(--white);
  width: 100%;
  margin-bottom: 10px;
}

.div-block-16 {
  border-top: 2px solid var(--white);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 30px;
}

.image {
  border-bottom: 2px dashed var(--white);
  width: 100%;
}

.image.whitebg {
  background-color: var(--white);
}

.image.whitebg.margin {
  padding: 5vw;
}

.image._50 {
  width: 50%;
}

.image._50.margin {
  padding: 2vw;
}

.image.about {
  border-top: 2px dashed var(--white);
  border-bottom-style: none;
  border-bottom-width: 0;
}

.image-2 {
  border-top: 2px dashed var(--white);
  border-bottom: 2px dashed var(--white);
  order: 1;
  padding: 1vw 2vw;
}

.div-block-17 {
  padding-bottom: calc(20px + 1.7vw);
}

.lottietag {
  aspect-ratio: 1;
  width: 120%;
  height: 120%;
  margin-top: 5%;
}

.pagecontainer {
  flex-flow: wrap;
  width: calc(100vw + 4px);
  margin: -1px -2px;
  padding-top: calc(38px + 1.2em);
  padding-bottom: calc(40px + 11.3vw);
  display: block;
  overflow: hidden;
}

.pagecontainer.crewpage {
  padding-bottom: 0;
}

.textcontain {
  border-top: 2px solid var(--white);
  flex: 0 auto;
  max-width: 600px;
  padding-top: 10px;
  padding-bottom: 30px;
}

.textcontain._60 {
  width: 60%;
}

.textcontain._40 {
  width: 40%;
}

.textcontain._50 {
  width: 70%;
}

.div-block-18 {
  grid-column-gap: 6%;
  grid-row-gap: 6%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.link-block {
  cursor: none;
  order: 1;
}

.twoimages {
  display: flex;
}

.twoimages.fixratio {
  align-items: center;
}

.embed-container2 {
  border-bottom: 2px dashed var(--white);
  cursor: none;
  width: 100%;
  height: 100%;
}

.embed-container {
  border-bottom: 2px dashed var(--white);
  cursor: none;
}

.embed-container3, .embed-container4 {
  border-bottom: 2px dashed var(--white);
  cursor: none;
  width: 100%;
  height: 100%;
}

.div-block-19 {
  background-image: url('../images/Frame-14.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 75%;
  padding-bottom: 10vw;
  padding-left: 13vw;
  display: flex;
}

.link-block-2 {
  border: 2px solid var(--white);
  color: var(--white);
  letter-spacing: .08rem;
  text-transform: uppercase;
  cursor: none;
  padding: .5em 1em;
  font-family: Pprightgroteskmono, Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1em;
}

.link-block-2:hover {
  border-color: var(--caution-tape);
  background-color: var(--caution-tape);
  color: var(--black);
}

.text-block-2 {
  letter-spacing: .08em;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.div-block-19-copy {
  background-image: url('../images/Frame-14.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 10vw;
  padding-left: 13vw;
  display: flex;
}

@media screen and (max-width: 991px) {
  .marqueetext {
    letter-spacing: .06em;
    padding-left: .5em;
    padding-right: .5em;
    font-size: 1.2em;
  }

  ._3linesvg {
    display: none;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .indexbutton, .navcontainer {
    font-size: 12px;
  }

  .indexnamescontainer {
    font-size: 12px;
    line-height: 14px;
  }

  .tagsectioncontainer {
    margin-left: -1px;
    padding-top: calc(28px + 1.2em);
    padding-bottom: calc(40px + 1em + 10.2vw);
  }

  .tagcontainer {
    min-width: calc(33.3vw + 1px);
    max-width: calc(33.3vw + 1px);
    height: 45vw;
  }

  .tagsubcontainer {
    font-size: 12px;
  }

  .tagsubcontainer.studentpage {
    min-height: 45vw;
  }

  .nametextcontainer {
    padding-top: 10px;
    padding-bottom: 7px;
    font-size: 12px;
  }

  .nametextcontainer.studentpage {
    min-height: calc(100vh - 48px - 2.2em - 51.8vw);
  }

  .nametextcontainer.aboutpage {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    min-height: calc(100vh - 68px - 2.2em - 10.2vw);
  }

  .nametextcontainer.crewpage {
    min-width: calc(33.3vw + 1px);
    max-width: calc(33.3vw + 1px);
  }

  ._3linesvgem {
    padding-left: .5em;
    padding-right: .5em;
    display: flex;
  }

  .mid {
    margin-top: .3em;
    margin-bottom: .3em;
  }

  .infosection {
    padding-top: calc(28px + 1.2em);
    padding-bottom: calc(22px + 1em + .4vw);
  }

  .div-block-12 {
    padding-top: calc(28px + 1.2em);
    padding-bottom: calc(20px + 1em + .4vw);
    font-size: 16px;
  }

  .div-block-14 {
    max-width: 40vw;
  }

  .pagecontainer {
    margin-left: -1px;
    padding-top: calc(28px + 1.2em);
    padding-bottom: calc(40px + 1em + 10.2vw);
  }

  .textcontain._40 {
    width: 40%;
  }

  .textcontain._50 {
    width: 70%;
  }

  .div-block-19 {
    background-image: none;
    background-size: auto;
    justify-content: center;
    align-items: center;
    width: 33%;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 12px;
  }

  .div-block-19-copy {
    background-image: url('../images/Frame-14.png');
    background-position: 80% 0;
    background-repeat: no-repeat;
    background-size: 150vw;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10vw;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .marqueecontainer {
    font-size: 12px;
  }

  .nav-link.mobilehide {
    display: none;
  }

  .indexbutton, .navcontainer {
    font-size: 11px;
  }

  .indexname {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .indexnamescontainer {
    padding-bottom: calc(130px + 11.4vw);
    font-size: 9px;
  }

  .tagsectioncontainer {
    width: calc(100vw + 2px);
    padding-bottom: calc(40px + 1em + 10.2vw);
  }

  .tagcontainer {
    min-width: calc(50vw + 1px);
    max-width: calc(50vw + 1px);
    height: 60vw;
  }

  .tagsubcontainer {
    font-size: 11px;
  }

  .tagsubcontainer.studentpage {
    flex: 0 auto;
    min-width: 100vw;
    max-width: 100vw;
    height: 60vw;
    min-height: auto;
    margin-bottom: 5%;
    padding-top: 0;
  }

  .nametextcontainer {
    padding-top: 5px;
    padding-bottom: 2px;
    font-size: 11px;
  }

  .nametextcontainer.studentpage {
    border-top-style: dashed;
    border-left-width: 2px;
    border-left-color: var(--white);
    flex-flow: column;
    align-items: stretch;
    width: 100%;
    min-height: auto;
    padding-top: 4vw;
    padding-bottom: 60px;
  }

  .nametextcontainer.aboutpage {
    flex-flow: column;
    min-height: auto;
    padding-top: 15px;
  }

  .nametextcontainer.crewpage {
    min-width: calc(50vw + 1px);
    max-width: calc(50vw + 1px);
  }

  .div-block-9 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .div-block-11 {
    margin-top: -1px;
  }

  .studentpagecontainer {
    flex-flow: column;
    height: auto;
  }

  .infosection {
    border-bottom-style: dashed;
    border-bottom-width: 2px;
    border-right-style: none;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
    overflow: visible;
  }

  .div-block-12 {
    flex: 0 auto;
    height: auto;
    padding-top: 0;
    padding-bottom: calc(20px + 1em + .4vw);
    font-size: 14px;
    position: static;
  }

  .div-block-14 {
    flex: 0 auto;
    max-width: none;
  }

  .div-block-16 {
    padding-top: 8px;
    padding-bottom: 20px;
  }

  .div-block-16.mobileadjust {
    border-top-style: none;
  }

  .image-2 {
    border-top-style: none;
    order: -1;
    margin-top: calc(28px + 1.2em);
  }

  .pagecontainer {
    width: calc(100vw + 2px);
    padding-bottom: calc(40px + 1em + 10.2vw);
  }

  .textcontain {
    padding-top: 8px;
    padding-bottom: 20px;
  }

  .textcontain.mobileadjust {
    border-top-style: none;
  }

  .textcontain._40, .textcontain._50 {
    width: 100%;
  }

  .div-block-18 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .link-block, .link-block.w--current {
    order: -1;
  }

  .div-block-19 {
    width: 50%;
    font-size: 11px;
  }

  .div-block-19-copy {
    width: 100%;
    font-size: 11px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    display: none;
  }

  .nav-link {
    justify-content: flex-end;
    align-items: center;
    padding-right: 2vw;
  }

  .text-block.subheading {
    padding-top: 3px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .indexname {
    padding-top: 3px;
    padding-bottom: 0;
  }

  .indexnamescontainer {
    padding-top: 6px;
    padding-bottom: calc(130px + 11.4vw);
  }

  .tagcontainer {
    height: 68vw;
  }

  .tagsubcontainer {
    font-size: 10px;
  }

  .tagsubcontainer.studentpage {
    flex: 0 auto;
    min-width: 100vw;
    height: 110vw;
    padding-top: 0;
  }

  .nametextcontainer {
    font-size: 10px;
  }

  .nametextcontainer.studentpage {
    border-top-style: dashed;
    margin-top: 0;
  }

  .nametext {
    letter-spacing: .06em;
  }

  .departingplanesvg {
    font-size: 9px;
  }

  .div-block-9 {
    grid-column-gap: .8em;
    grid-row-gap: .8em;
  }

  .infosection {
    border-bottom-style: dashed;
    flex-flow: column;
  }

  .div-block-16 {
    padding-top: 6px;
  }

  .div-block-16.mobileadjust {
    border-top-style: solid;
  }

  .image-2 {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .textcontain {
    padding-top: 6px;
  }

  .textcontain.mobileadjust {
    border-top-style: solid;
  }

  .div-block-19, .div-block-19-copy {
    font-size: 10px;
  }
}


@font-face {
  font-family: 'Pprightgroteskmono';
  src: url('../fonts/PPRightGroteskMono-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppformula';
  src: url('../fonts/PPFormula-CondensedBlack.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppformula';
  src: url('../fonts/PPFormula-NarrowBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppformula';
  src: url('../fonts/PPFormula-NarrowRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}