@font-face {
	font-family: Amsterdam;
	src: url("../FONTS/Amsterdam.otf") format("opentype");
}

body{
	margin: 0;
	padding: 0;
	background-color:white;
	overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
	font-family: "Alegreya", serif;
  overflow-x: hidden;
}