
@import url('reset.css');
@import url('nav.css');
@import url('fonts.css');
@import url('variables.css');
@import url(footer.css);
@import url(pop-up.css);

html {
  scroll-behavior:smooth;
}

body {
  overflow: auto; 
  -ms-overflow-style: none;
}

/*  Chrome, Edge Chromium, Safari, Opera */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0;
  height: 0;
}
