:root {
	--text-color: #fff;
	}


// <weight>: Use a value from 200 to 800
// <uniquifier>: Use a unique and descriptive class name
	
.fustat-<uniquifier> {
	font-family: "Fustat", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	}


html summary::-webkit-details-marker {
  display: none;
  }
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/* font-family: 'VisbyRoundCF', 'Helvetica Neue', 'Helvetica', sans-serif;	 */
	font-family: 'Fustat', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-optical-sizing: auto;
	padding: 0;
	margin: 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: subpixel-antialiased;
	font-smoothing: subpixel-antialiased;
	font-synthesis: none;
	-moz-font-feature-settings: 'kern';
	shape-rendering: geometricPrecision;
	direction: ltr;
	line-height: 100%;
	font-weight: <weight>;
	/* -webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;		 */
	color: var(--text-color);
	}
ul,ol,li {
	list-style: none;
	}
html {
	position: relative;
	}	
body,html {
	height: 100%;
	}
body {
	font-size: 13px;
	animation: bugfix infinite 1s;
	-webkit-animation: bugfix infinite 1s;
	min-width: 375px;
	overflow: auto;
	position: relative;
	width: 100%;
	line-height: 100%;
	-webkit-overflow-scrolling: touch;
	background: #F9F9F9;
	}	
svg {
	shape-rendering: geometricPrecision;
	}		
fieldset {
	outline: 0;
	border: 0;
	}	
body {
	
	}
.content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	}	
.logo {
	width: 22%;
	min-width: 350px;
	max-width: 500px;
	}
h1.tag {
	font-weight: 300;
	text-align: center;
	margin: 20px 0 0 0;
	font-size: clamp(1.2rem, .9vw, .7vw);
	line-height: 150%;
	}
.coming_soon {
	padding: 30px 0;
	margin: 100px 0 0 0;
	text-align: center;
	color: #000;
	border-top: 1px dashed hsla(0,0%,0%,.4);
	white-space: nowrap;
	}	
.coming_soon div {
	color: #555;
	padding: 0 0 5px 0;
	font-weight: 400;
	font-size: .8rem;
	}
.coming_soon .cs {
	padding: 0 0 20px 0;
	font-weight: 600;
	font-size: 1.0rem;
	}	
		
.footer {
	position: absolute;
	bottom: 0;
	margin: 0 auto 15px auto;
	width: 100%;
	text-align: center;
	font-size: .7rem;
	opacity: .5;
	}	
.footer .beam {
	padding: 0 10px;
	display: inline-block;
	}	
	

@media (max-width: 800px) {
	.logo {
		width: 270px;
		min-width: auto;
		}	
	/* h1.tag {
		font-size: .9rem;
		padding: 0 15%;
		}
	.coming_soon {
		font-size: clamp(1.3rem, 1.1vw, 1.5vw);
		padding: 20px 0;
		margin: 15px 0 0 0;
		}			 */
	
	}
