/* A WEB BY JUMPERMIND */
/* COPYRIGHT 2025 JUMPERMIND */
/* GET IN TOUCH JUMPERMIND[AT]GMAIL[DOT]COM */

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, p, ul, ol, li, figure {
  margin: 0;
  padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	text-rendering: optimizeLegibility;
	font-family: "Space Mono", monospace;
	background: black;
	color: gainsboro;
	overflow-x: hidden;
	font-size: 12px;
	font-weight: 300;
	font-optical-sizing: auto;
	line-height: 1.5;
	text-transform: uppercase;
}

.privacy {
	margin: 2em;
}

.privacy .title {
	font-weight: 600;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.privacy .content {
	color: gainsboro;
}