@font-face {
  font-family: 'myfont';
  font-style: normal;
  src: url(./Montserrat-VariableFont_wght.ttf) format('truetype');
}

@font-face {
  font-family: 'myfont_italic';
  font-style: normal;
  src: url(./Montserrat-Italic-VariableFont_wght.ttf) format('truetype');
}

html,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;
}