body {
    margin: 0;
    padding: 0;
    font-family: 'Assistant', sans-serif;
}

/*#spinner {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
}*/

/*#box-dark {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba( 0, 0, 0, .3);
    display: flex;
    align-items: center;
    justify-content: center;
}*/