*{
	box-sizing: border-box;
}
@font-face {
	font-family: Quicksand;
	src: url(../fonts/Quicksand-VariableFont_wght.ttf);
	font-display: swap;	
}
@font-face {
	font-family: "Quicksand";
	src: url("../fonts/Quicksand-Bold.ttf");
	font-weight: 700;
	font-style: 700;
	font-display: swap;
}

@font-face {
	font-family: "Quicksand";
	src: url("../fonts/Quicksand-Light.ttf");
	font-weight: 300;
	font-style: 300;
	font-display: swap;
}
@font-face {
	font-family: "Quicksand";
	src: url("../fonts/Quicksand-Regular.ttf");
	font-weight: 400;
	font-style: 400;
	font-display: swap;
}
@font-face {
	font-family: "Quicksand";
	src: url("../fonts/Quicksand-Medium.ttf");
	font-weight: 500;
	font-style: 500;
	font-display: swap;	
}
html, body, div, span, h1, h2, h3, h4, h5, h6, 
p, img, i, fieldset, form, label, 
legend, footer, header, menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
textarea, input {
	font-family: Quicksand !important;
}
footer, header, menu, nav, section {
	display: block;
}
body {
	background-color: white;
	width: 100%;
	height: 100%;
	line-height: 1.5;
	font-family: Quicksand;
}
h1,h2,h3,h4,h5 {
	font-weight: 700;
	color: black;
}
a {
	text-decoration: none;
	color: black;
}
a:hover, a:focus, a:visited {
    text-decoration: none;
}
i {
	text-decoration: none;
	color: black;
}
blockquote {
	margin: 0;
}
pre {
	background: #f9f9f9;
    text-align: left;
    padding: 20px;
    margin-bottom: 20px;
    overflow: auto;
    width: 100%;
}
ul {
	padding: unset;
	margin: unset;
}
strong {
	font-weight: bold;
}




