
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
  width: 100%;
  background-color: black;
}

.stretch {
  position: relative;
  height: 100%;
  max-height: 100%;
  width: 100%;
  max-width: 100%;
}


/* @font-face {
  font-family: 'Mona Sans';
  src:
    url("../assets/fonts/MonaSans.woff2") format('woff2 supports variations'),
    url("../assets/fonts/MonaSans.woff2") format('woff2-variations');
  font-weight: 600 500 400;
  font-stretch: 125% 125% 125%;
} */

@font-face {
  font-family: 'Mona Sans expanded';
  src: url(95d521e9558b5eb111f3.woff2) format('woff2');
  font-weight: 400;
}

@font-face {
  font-family: 'Mona Sans expanded';
  src: url(2876da523e58aac65fcd.woff2) format('woff2');
  font-weight: 500;
}
@font-face {
  font-family: 'Mona Sans expanded';
  src: url(2d4a7be12465b8fd599a.woff2) format('woff2');
  font-weight: 600;
}

@font-face {
  font-family: 'Mona Sans';
  src: url(3807ab3d762b24b08313.woff2) format('woff2');
  font-weight: 400;
}

@font-face {
  font-family: 'Mona Sans';
  src: url(94a824cde1cd7957451e.woff2) format('woff2');
  font-weight: 500;
}
@font-face {
  font-family: 'Mona Sans';
  src: url(efcc41fb46f8b59561b6.woff2) format('woff2');
  font-weight: 600;

}



body::-webkit-scrollbar { 
  display: none;  /* Safari and Chrome */
}
