@font-face {
  font-family: "NCND";
  src: url("font/ncnd.woff2");
  font-style: normal;
  font-stretch: normal;
  font-weight: 250 900;
}
html {
  color-scheme: light dark;
}

body {
	font-family: "NCND", ui-monospace, monospace;
	font-variation-settings: "wght" 250;
	font-size: clamp(1.414em,2vw,2.4em);
	padding: 11.1111vh 11.1111vw 22.2222vh;
	margin: 0;
	min-height: 100vh;
	box-sizing: border-box;
	display: grid;
	color: light-dark(black,white);
	background: light-dark(white,black);
}
blockquote {
	max-width: 30em;
	margin: auto;
}
p + p {
	text-align: end;
	font-variation-settings: "wght" 500;
}
p + p span {
	display: inline-block;
}
strong {
	font-weight: normal;
	font-variation-settings: "wght" 900;
}