
body {
  font-family: 'Futura Std';
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}

.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  background: #ffffff;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center; 
}
