@font-face{
	src: url(../fonts/gothamrounded-book.otf);
	font-family: "gothamrounded-book";
}
@font-face{
	src: url(../fonts/Barlow-Regular.otf);
	font-family: "barlow";
}
*{margin: 0;padding: 0; box-sizing: border-box; outline: none; font-family: barlow;}
html {
  scroll-behavior: smooth;
}
input, textarea{
	-webkit-appearance: none;
	appearance: none;
}