:root {
  --bg-color: #6b4231;
  --text-color: #f3faf8;
  --logo-color: #ff4a00;
  --font-family--hero-font-size: 7.5rem;
  --font-family--button-font-size: 1.75rem;
  --font-family--hero: "Behind The Nineties Smbd It";
  --font-family--para-font-size: 2rem;
  --font-family--font-weight--1: 0;
  --font-family--font-weight--2: 0;
  --font-family--font-weight--3: 0;
  --font-family--font-weight--4: 0;
  --font-family--font-weight--5: 0;
}

.page-wrapper {
  z-index: 4;
  pointer-events: none;
  height: 100%;
}

.main-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.section-hero {
  width: 100%;
  height: 100%;
}

.global-padding {
  width: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
}

.global-padding.two {
  height: 100%;
  padding-right: 5rem;
}

.hero-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 75%;
  padding-top: 2rem;
}

.nav-bar {
  z-index: 9;
  justify-content: flex-start;
  align-items: center;
  height: 10svh;
  display: flex;
  position: relative;
}

.body {
  background-color: var(--bg-color);
  color: var(--text-color);
}

.nav-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo {
  color: var(--logo-color);
  width: 10vw;
  transition: color .3s;
}

.hero-grid {
  flex-flow: column;
  height: 100%;
  display: flex;
}

.left-text {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-image {
  display: none;
}

.hero-font {
  color: #f7e1d8;
  font-family: Behind The Nineties, Arial, sans-serif;
  font-size: var(--font-family--hero-font-size);
  font-weight: 500;
  line-height: .86;
  text-decoration: none;
}

.gut-text {
  grid-column-gap: .5rem;
  pointer-events: auto;
  font-family: Behind The Nineties, Arial, sans-serif;
  font-size: var(--font-family--button-font-size);
  flex-flow: wrap;
  line-height: 1.25;
  display: flex;
}

.text-wrap-1 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.text-wrap-1.none {
  display: block;
}

.btn-hero {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  font-family: var(--font-family--hero);
  color: var(--bg-color);
  font-size: var(--font-family--button-font-size);
  background-color: #f3faf8;
  border-radius: 20rem;
  align-items: center;
  padding: .7rem 1rem;
  display: flex;
}

.button-icon {
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  display: flex;
}

.btn-text {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.text-span {
  font-weight: 500;
}

.medium {
  font-family: Behind The Nineties, Arial, sans-serif;
}

.italic {
  padding-left: 3px;
  font-family: Behind The Nineties It, sans-serif;
  font-weight: 500;
}

.btn-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 1.75rem;
  font-size: 1.75rem;
  display: flex;
  overflow: hidden;
}

.div-block {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  align-items: flex-start;
  max-width: 32rem;
  display: flex;
}

.text-wrap-2, .text-wrap-3 {
  overflow: hidden;
}

.padding-1, .padding-2, .padding-3 {
  height: 0;
}

.padding-hero {
  height: 3rem;
  display: block;
}

.text-wrap {
  flex-flow: wrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 0;
  height: 0;
  display: flex;
  overflow: hidden;
}

.text-block {
  font-family: var(--font-family--hero);
}

.proteintext {
  font-family: Behind The Nineties, Arial, sans-serif;
  font-size: var(--font-family--para-font-size);
  line-height: 1.5;
}

.madtext {
  font-family: Behind The Nineties It, sans-serif;
  font-size: var(--font-family--para-font-size);
  line-height: 1.5;
}

.text_block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.reboundtext {
  font-family: Behind The Nineties, Arial, sans-serif;
  font-size: var(--font-family--para-font-size);
  line-height: 1.5;
}

.tag-canvas {
  cursor: none;
  border: 0 solid #000;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.click {
  z-index: 6;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.image {
  z-index: 9;
  cursor: pointer;
  width: 300px;
  height: 300px;
  display: none;
  position: absolute;
  right: 10%;
}

.btn {
  pointer-events: auto;
  text-decoration: none;
  position: absolute;
  inset: auto auto -10% 0%;
}

.section-wrapper {
  height: 100svh;
  position: relative;
  overflow: hidden;
}

.granola-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: flex;
}

.granola-text_wrapper, .granola-text_wrapper.pixel {
  width: 15vw;
}

.medium-text {
  color: #f7e1d8;
  font-family: Inter, sans-serif;
  font-size: .833vw;
  font-weight: 600;
  line-height: 1.25;
}

.small-text-1 {
  color: var(--logo-color);
  font-family: Inter, sans-serif;
  font-size: .833vw;
  line-height: 1.25;
}

.small-text-1.opacity {
  opacity: 1;
}

.nav-text {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.nav-text.left-gradient {
  background-image: radial-gradient(circle farthest-corner at 50% 0%, var(--logo-color) 20%, #f7e1d8);
  opacity: 0;
  letter-spacing: 3px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex: none;
  font-size: .855vw;
  line-height: 1;
  transition: all .3s;
}

.nav-text.orange {
  -webkit-text-fill-color: transparent;
  background-color: #ff4a00;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: .729vw;
}

.nav-text.right-gradient {
  background-image: linear-gradient(90deg, var(--logo-color), #f7e1d8);
  letter-spacing: 3px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex: none;
  font-size: .855vw;
  line-height: 1;
  transition: all .3s;
}

.next-text-wrap {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex: none;
  align-items: center;
  width: 23vw;
  display: flex;
}

.next-text-wrap.hideindesk {
  display: none;
}

.button-wrap {
  z-index: 7;
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  align-items: center;
  display: flex;
}

.btn-order {
  z-index: 8;
  background-color: var(--logo-color);
  color: var(--text-color);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: .5vw;
  text-decoration: none;
  transition: all .9s, background-color .3s;
  display: flex;
  position: relative;
}

.btn-order.initial {
  padding-top: 1vw;
  padding-bottom: 1vw;
  display: none;
}

.btn-svg {
  color: var(--text-color);
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.3vw;
  height: 1.3vw;
  display: flex;
}

.ord-btn-text {
  flex: none;
  padding-left: .5vw;
  font-family: Behind The Nineties, Arial, sans-serif;
  font-size: 1.3vw;
  line-height: 1;
  overflow: hidden;
}

.padding-3rem {
  height: 2rem;
}

.padding-2rem {
  height: 1rem;
}

.inner-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.logo-parent {
  z-index: 8;
  position: relative;
}

.parent {
  z-index: 6;
  height: 100%;
}

.small-text-2, .small-text-3 {
  color: #f7e1d8;
  font-family: Inter, sans-serif;
  font-size: .833vw;
  line-height: 1.25;
}

.nav-text-copy {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.nav-text-copy.left-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(280deg, #ff4a00, #f7e1d8);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: .729vw;
}

.nav-text-copy.orange {
  -webkit-text-fill-color: transparent;
  background-color: #ff4a00;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: .729vw;
}

.nav-text-copy.right-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ff4a00, #f7e1d8);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: .729vw;
}

.orange {
  color: var(--logo-color);
  flex: none;
  font-size: .729vw;
  line-height: 1;
  transition: all .3s;
}

.div-block-2 {
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
}

.div-block-3 {
  flex: none;
  justify-content: flex-end;
  display: block;
}

.div-block-4 {
  flex: none;
}

.text-span-2 {
  margin-top: -13px;
  display: inline-block;
}

.span4 {
  margin-top: -23px;
  display: inline-block;
}

.span1, .span2 {
  display: inline-block;
}

.text-block-3 {
  color: #f7e1d8;
  font-family: Inter, sans-serif;
  font-size: .833vw;
  line-height: 1.25;
}

.div-block-5 {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  align-items: flex-start;
  display: flex;
}

.gradient-span {
  background-image: linear-gradient(140deg, #f7e1d8, var(--logo-color));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.livebetter-span {
  background-image: linear-gradient(90deg, var(--logo-color), #f7e1d8);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.cursor-wrapper {
  z-index: 10;
  pointer-events: none;
  cursor: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  background-color: var(--logo-color);
  border-radius: 20vw;
  width: 1vw;
  height: 1vw;
  transition: background-color .3s;
}

.div-block-6 {
  display: none;
}

.conc-div {
  z-index: 3;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: 1;
  pointer-events: auto;
  cursor: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 7% 1vw auto;
}

.conc-div.opacity {
  z-index: 6;
  opacity: 0;
  pointer-events: auto;
  cursor: none;
  bottom: 1vw;
}

.conc-text {
  color: #b79384;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.brand-icon {
  width: 20px;
}

.code-embed {
  width: 300px;
}

.code-embed-2 {
  justify-content: center;
  align-items: center;
  width: 20px;
  display: flex;
}

.div-block-9 {
  display: none;
}

.hero-font-2 {
  color: #f7e1d8;
  font-family: Behind The Nineties, Arial, sans-serif;
  font-size: 7.5rem;
  font-weight: 500;
  line-height: .86;
  text-decoration: none;
}

.landscape-info {
  display: none;
}

@media screen and (min-width: 1920px) {
  .hero-font {
    font-size: 7vw;
  }

  .click {
    inset: 0%;
  }

  .hero-font-2 {
    font-size: 7vw;
  }
}

@media screen and (max-width: 991px) {
  .global-padding.two {
    padding-left: 5rem;
  }

  .nav-bar {
    width: 100%;
  }

  .logo {
    width: 15vw;
  }

  .left-text {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    position: static;
  }

  .hero-font {
    font-size: 7rem;
  }

  .text-wrap {
    width: auto;
    height: auto;
  }

  .click {
    z-index: 7;
    inset: 0%;
  }

  .section-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .granola-grid {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .granola-text_wrapper {
    flex-flow: column;
    flex: none;
    align-items: flex-start;
    display: flex;
  }

  .granola-text_wrapper.pixel {
    width: 25vw;
  }

  .medium-text, .small-text-1 {
    font-size: 2vw;
  }

  .nav-text.left-gradient {
    font-size: 1.5vw;
  }

  .nav-text.orange, .nav-text.right-gradient {
    font-size: 1.823vw;
  }

  .next-text-wrap {
    align-items: center;
    width: 41vw;
    display: none;
  }

  .btn-order {
    padding: 1vw;
  }

  .btn-svg {
    width: 3vw;
    height: 3vw;
  }

  .ord-btn-text {
    font-size: 3vw;
  }

  .parent {
    pointer-events: none;
  }

  .nav-text-copy.left-gradient, .nav-text-copy.orange, .nav-text-copy.right-gradient, .orange {
    font-size: 1.823vw;
  }

  .div-block-3 {
    width: 12vw;
  }

  .text-block-3 {
    font-size: 1.5vw;
  }

  .cursor-wrapper, .div-block-6 {
    display: none;
  }

  .conc-div {
    display: none;
    bottom: 10vh;
    left: 5rem;
    right: auto;
  }

  .conc-div.opacity {
    display: flex;
    bottom: 10vh;
  }

  .conc-div.s {
    display: flex;
  }

  .mobile-instructions {
    z-index: 7;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #8c4b35;
    border-radius: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 50%;
    padding: 1rem 2rem;
    display: flex;
    position: absolute;
    inset: auto auto 10%;
    box-shadow: 0 4px 20px #713420;
  }

  .btn-drop {
    background-color: var(--logo-color);
    border-radius: 20rem;
    padding: 1rem 1.6rem;
    font-family: Behind The Nineties, Arial, sans-serif;
    font-size: 1.5rem;
  }

  .drop-head {
    font-family: Inter, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
  }

  .drop-para {
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
  }

  .mobile-instructions_wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .div-block-9 {
    display: block;
  }

  .hero-font-2 {
    font-size: 7rem;
  }
}

@media screen and (max-width: 767px) {
  .global-padding {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .global-padding.two {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .nav-wrap {
    align-items: flex-start;
  }

  .logo {
    width: 20vw;
    height: 6vw;
  }

  .hero-font {
    flex-flow: wrap;
    align-items: flex-start;
    font-size: 18vw;
    display: flex;
  }

  .click {
    z-index: 7;
    flex: 1;
  }

  .granola-grid {
    flex-flow: column;
    align-items: flex-start;
  }

  .medium-text {
    font-size: 2vw;
  }

  .next-text-wrap {
    width: 46vw;
  }

  .button-wrap {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .ord-btn-text {
    padding-left: 1vw;
  }

  .span4 {
    margin-top: 0;
  }

  .text-block-3 {
    font-size: 2vw;
  }

  .div-block-5 {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .image-2 {
    width: 20%;
  }

  .text-block-4 {
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
  }

  .conc-div {
    z-index: 0;
    display: none;
    bottom: 5.1vh;
    left: 2rem;
    right: auto;
  }

  .conc-div.opacity {
    z-index: 7;
    opacity: 0;
    pointer-events: auto;
    display: none;
    bottom: 6.3vh;
  }

  .conc-div.opacity.mob {
    z-index: 7;
  }

  .conc-div.opacity.s {
    display: flex;
  }

  .conc-div.s {
    display: flex;
    bottom: 5%;
  }

  .div-block-7 {
    z-index: 999;
    background-color: #a28080;
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0%;
  }

  .text-span-3 {
    font-family: Inter, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
  }

  .text-span-4 {
    margin-top: 35px;
    font-family: Inter, sans-serif;
    font-size: 1.3rem;
    line-height: 1.5;
  }

  .text-span-5 {
    font-family: Inter, sans-serif;
    font-size: 1rem;
    font-weight: 400;
  }

  .text-span-6 {
    font-size: 1rem;
  }

  .text-span-7 {
    margin-top: -22px;
    font-family: Inter, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
  }

  .div-block-8 {
    background-color: var(--logo-color);
  }

  .text-block-5 {
    font-family: var(--font-family--hero);
  }

  .mobile-instructions {
    z-index: 8;
    max-width: 50vw;
    display: flex;
  }

  .hero-font-2 {
    flex-flow: wrap;
    align-items: flex-start;
    font-size: 18vw;
    display: flex;
  }

  .landscape-info {
    z-index: 999;
    background-color: var(--bg-color);
    color: #b79384;
    justify-content: center;
    align-items: center;
    font-family: Inter, sans-serif;
    font-size: 1rem;
    display: flex;
    position: fixed;
    inset: 0%;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper {
    padding-top: 1rem;
  }

  .main-wrapper {
    flex-flow: column;
    align-items: flex-start;
    overflow: visible;
  }

  .section-hero {
    height: auto;
  }

  .global-padding {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .global-padding.two {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-wrapper {
    padding-top: 0;
  }

  .nav-bar {
    height: auto;
  }

  .logo {
    justify-content: flex-start;
    width: 7rem;
    height: 8vw;
  }

  .hero-grid {
    padding-top: 1.5rem;
  }

  .hero-font {
    font-size: 18vw;
  }

  .gut-text {
    font-size: 1.5rem;
  }

  .btn-hero {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .button-icon {
    width: 1.45rem;
  }

  .btn-text {
    font-size: 1.4rem;
  }

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

  .padding-hero {
    height: 2rem;
  }

  .click {
    height: 100%;
    inset: 0%;
  }

  .section-wrapper {
    height: 100svh;
    overflow: hidden;
  }

  .granola-grid {
    z-index: 7;
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    display: grid;
  }

  .granola-text_wrapper {
    width: auto;
  }

  .granola-text_wrapper.pixel {
    width: 52vw;
  }

  .medium-text, .small-text-1 {
    font-size: 3.5vw;
  }

  .nav-text.left-gradient {
    font-size: 3vw;
  }

  .next-text-wrap {
    display: none;
  }

  .next-text-wrap.hideindesk {
    width: 80vw;
    display: flex;
  }

  .btn-order {
    padding: 2vw;
  }

  .btn-svg {
    width: 4vw;
    height: 4vw;
  }

  .ord-btn-text {
    padding-left: 1.5vw;
    font-size: 4vw;
  }

  .text-block-3 {
    font-size: 3.5vw;
  }

  .div-block-6 {
    opacity: .8;
    pointer-events: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .image-2 {
    width: 20%;
  }

  .text-block-4 {
    color: var(--text-color);
    font-family: Inter, sans-serif;
    font-size: .9rem;
    line-height: 1.5;
  }

  .conc-div {
    opacity: 1;
    pointer-events: none;
    right: auto;
  }

  .conc-div.opacity {
    z-index: 9;
    pointer-events: auto;
    display: flex;
  }

  .conc-div.opacity.s {
    z-index: 7;
  }

  .conc-text {
    font-size: 3.5vw;
  }

  .code-embed-2 {
    width: 12px;
  }

  .mobile-instructions {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    max-width: 80vw;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    bottom: 4%;
  }

  .btn-drop {
    padding: .3rem 1.2rem;
    font-size: 1rem;
  }

  .drop-head {
    font-size: .8rem;
  }

  .drop-para {
    max-width: 14rem;
    font-size: .8rem;
  }

  .mobile-instructions_wrapper {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .hero-font-2 {
    font-size: 18vw;
  }

  .landscape-info {
    display: none;
  }
}


@font-face {
  font-family: 'Behind The Nineties';
  src: url('../fonts/Behind-The-Nineties-Md.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Behind The Nineties';
  src: url('../fonts/Behind-The-Nineties-Bd.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Behind The Nineties';
  src: url('../fonts/Behind-The-Nineties-Blk.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Behind The Nineties';
  src: url('../fonts/Behind-The-Nineties-Xbd.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Behind The Nineties';
  src: url('../fonts/Behind-The-Nineties-Smbd.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Behind The Nineties it';
  src: url('../fonts/Behind-The-Nineties-It.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Behind The Nineties It';
  src: url('../fonts/Behind-The-Nineties-Blk-It.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Behind The Nineties it';
  src: url('../fonts/Behind-The-Nineties-Variable-Italic.ttf') format('truetype');
  font-weight: 400 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Behind The Nineties It';
  src: url('../fonts/Behind-The-Nineties-Md-It.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Behind The Nineties It';
  src: url('../fonts/Behind-The-Nineties-Bd-It.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Behind The Nineties It';
  src: url('../fonts/Behind-The-Nineties-Smbd-It.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Behind The Nineties It';
  src: url('../fonts/Behind-The-Nineties-Xbd-It.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Behind The Nineties Variable';
  src: url('../fonts/Behind-The-Nineties-Variable-Italic.ttf') format('truetype');
  font-weight: 400 900;
  font-style: italic;
  font-display: swap;
}