@font-face {
  font-family: 'myfont';
  font-style: normal;
  src: url(./Montserrat-VariableFont_wght.ttf) format('woff2');
}



body {
  scroll-behavior: smooth;
  background-color: #ffffff;
  box-sizing: border-box;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: auto;
  font-family: 'myfont';
}