/*
 *  Copyright (C) 2025 VIMERS. - All Rights Reserved.
 *
 *  Unauthorized copying or redistribution of this file in source and binary forms via any medium
 *  is strictly prohibited.
 */

html {
  box-sizing: border-box;
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  background: #fafafa;
}
