@font-face {
    font-family: 'Wingdings';
    src: url('/assets/font/wingdings.woff2') format('woff2'),
        url('/assets/font/wingdings.woff') format('woff'),
        url('/assets/font/wingdings.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
	background: #ccc;
	font-size: 1.2vw;
	font-family: sans-serif;
	color: #000;
	word-wrap: break-word;
	@media (max-aspect-ratio: 1/1) {
		font-size: 1.4vh;
	}
}

main {
	line-height: 1.3em;
	p {
		display: inline;
	}
	p span:last-child {
		padding-right: 0.6em;
	}
	span {
		padding: 0 0.14em;
	}
	span, font {
		display: inline-block;
		vertical-align: middle; 
	}
}

[decor="1"] {
  text-transform: uppercase;
}
[decor="2"] {
  text-decoration: underline;
}
[decor="3"] {
  font-family: "Wingdings";
}
[decor="4"] {
  font-style: italic;
}
[decor="5"] {
  letter-spacing: 0.2em;
  padding-left: 0.2em !important;
}
[decor="6"] {
  background-color: #000 !important;
  color: #fff !important;
}

[bg="1"] {
  background-color: #000 !important;
  color: #fff !important;
}
[bg="2"] {
  background-color: #0ff !important;
}
[bg="3"] {
  background-color: #ff0 !important;
  font { color: #00f !important; }
}
[bg="4"] {
  background-color: #00f !important;
  font { color: #ff0 !important; }
}
[bg="5"] {
  background-color: #f00 !important;
}
[bg="6"] {
  background-color: #00f !important;
}

#p5_loading {
	color: #fff;
}

#submit {
	position: fixed;
	left: 1.25vw;
	bottom: 1.25vw;
	font-size: ~"max(60px, 6vw)";
	@media (max-aspect-ratio: 1/1) {
		font-size: 7vh;
	}
	line-height: 1em;
	color: #00f;
	&:hover {
		text-decoration: underline;
	}
}

body.no-move {
	cursor: none;
	#submit {
		display: none;
	}
}