/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~ Product and property of Titan Informatics LLC ~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
:root {
	--background: #f0f0f0;
	--background-4: #f5f5f5;
	--border: 1px solid #d5d5d5;
	--aside: #fff;
	--text: #252525;
	--muted: #9ca3af;
	--line: rgba(255,255,255,.08);
	--hover: rgba(255,255,255,.06);
	--navigation-hover: #eee;
	--chip: rgba(255,255,255,.10);
}
html, body { height: 100%; }
body {
	/*font-family: "Kanit-Light";
	font-size: 1.063rem;*/
	font-family: "NunitoSans-Light";
	font-size: 0.938rem;
	font-size: clamp(0.95rem, 1vw + 0.5rem, 1.063rem);
	line-height: clamp(0.95rem, 1vw + 0.5rem, 1.063rem);
	color: var(--text-color);
	background: var(--background);
}
li {
	list-style: none;
}
