@font-face {
  font-family: 'Manrope';
  src: url('/static/assets/fonts/web/manrope-light.woff2');
  font-weight: 300;
}
@font-face {
  font-family: 'Manrope';
  src: url('/static/assets/fonts/web/manrope-regular.woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Manrope';
  src: url('/static/assets/fonts/web/manrope-bold.woff2');
  font-weight: 700;
}

html {
  visibility: hidden;
}

.nunito {
  visibility: visible;
}

.navScrolled {
  background-color: #2d2f2f !important;
  border-bottom: 2px solid #f2a077;
  transition: background-color 200ms linear;
  transition: border-bottom 200ms linear;
}

