*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html{
	scroll-behavior: smooth;
}

/* Custom Fonts */

	@font-face {
		font-family: boldFont;
		src: url(../fonts/gilroy/Gilroy-Bold.otf);
	}

	@font-face {
		font-family: mediumFont;
		src: url(../fonts/gilroy/Gilroy-Medium.otf);
	}

	@font-face {
		font-family: regularFont;
		src: url(../fonts/gilroy/Gilroy-Regular.otf);
	}

	header nav ul li a {
		font-family: mediumFont;
	}

	.font-600{
		font-family: boldFont;
	}

	.font-500{
		font-family: mediumFont;
	}

	.font-400{
		font-family: regularFont;
	}