/**
 * Content
 */

html{
	font-size:16px;
}

body {
	background-color: #fff;
	color: #000;
    font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	font-weight: 500;
}

a:active {
	opacity: 0.7;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}
h1, p {
	font-weight: 500;
}


/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}


