@font-face {
  font-family: 'myfont';
  font-style: normal;
  font-weight: 600;
  src: url(GoogleSans.ttf) format('truetype');
}
html,body{
	scroll-behavior: smooth;
  font-family: myfont;
}