@import '../settings/variables';

html {
  font-size: $base-font-size;
  font-family: $base-font-family;
}

body {
  // If you want to adjust position here remember about VideoPopup! 
  font-family: $base-font-family;
  color: $color-secondary-dark;

  .body__preloader {
    display: none;
  }

  &.body--loading {
    .body__preloader {
      display: initial;
    }
  }
}
