*
{
	font-family: 'Roboto';
	font-weight: 300;
	color:rgb(220,220,220);

	line-height: 1.5;
}

body
{
	background: rgb(13,15,16);

	position: relative;
	text-align: left;

	scrollbar-width: thin;
	scrollbar-color: rgba(255,255,255,0.18) transparent;
}

::-webkit-scrollbar
{
	width: 10px;
	height: 10px;
}

::-webkit-scrollbar-track
{
	background: transparent;
}

::-webkit-scrollbar-thumb
{
	background: rgba(255,255,255,0.14);
	border-radius: 999px;
	border: 2px solid transparent;
	background-clip: padding-box;
	transition: background-color 0.15s ease;
}

::-webkit-scrollbar-thumb:hover
{
	background: rgba(255,255,255,0.28);
	background-clip: padding-box;
}

::-webkit-scrollbar-corner
{
	background: transparent;
}

.SiteHeader
{
	left: 0;
	right: 0;
	z-index: 1000;
	padding: 0;
	text-align: left;
}

.SiteHeader .Indent
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 24px;
	min-height: 60px;
}

.SiteHeader .WordmarkWrapper
{
	margin: 0;
	display: flex;
	align-items: center;
}

.SiteHeader .Wordmark
{
	font-size: 26px;
	font-style: italic;
	font-weight: 300;
	color: rgb(220,220,220);
	text-decoration: none;
}

.SiteHeader .Wordmark:hover
{
	text-decoration: underline;
}

.SiteHeader .Links
{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: auto;
	flex: 0 0 auto;
	gap: 12px;
	font-size: 16px;
	white-space: nowrap;
}

.SiteHeader .Links a
{
	color: rgb(220,220,220);
	text-decoration: none;
}

.SiteHeader .Links a:hover
{
	text-decoration: underline;
}

.SiteHeader .Links span
{
	opacity: 0.4;
}

.SiteFooter
{
	border-top: 1px solid rgb(40,48,52);
	padding: 64px 0;
}

.SiteFooter .Indent
{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 18px;
	text-align: center;
}

.SiteFooter-brand
{
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2;
}

.SiteFooter .Links
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	font-size: 15px;
}

.SiteFooter .Links a
{
	color: rgb(220,220,220);
	text-decoration: none;
}

.SiteFooter .Links a:hover
{
	text-decoration: underline;
}

.SiteFooter .Links span
{
	opacity: 0.4;
}

section
{
	padding: 24px 0 64px 0;
	position: relative;
	border-top: 1px solid rgb(56,56,56);
}

section:first-of-type
{
	border-top: none;
}

h1
{
	font-size: 40px;
	margin: 12px 0;
	-font-style: italic;
	font-weight: 300;
}

h2
{
	font-size: 32px;
	margin: 40px 0;
	font-weight: 700;
	-font-style: italic;
	text-align: center;
}

p
{
	font-size: 20px;
	margin-bottom: 18px;
	font-weight: 300;
}

p > a
{
	font-weight: 400;
	color:rgb(232,232,232);
}

ul,
ol
{
	font-size: 20px;
	font-weight: 300;
	margin: 0 0 18px 0;
	padding-left: 24px;
}

li
{
	font-size: 20px;
	margin-bottom: 8px;
}

li > code
{
	font-size: inherit;
}

code
{
	margin: 0;
	padding: 0;
	font-family: Consolas, "Courier New", monospace;
	font-size: 20px;
	white-space: pre;
}

code span
{
	margin: inherit;
	padding: inherit;
	font: inherit;
	line-height: inherit;
	white-space: inherit;
}

code .comment
{
	color: rgb(87,166,74);
}

code .keyword
{
	color: rgb(86,156,214);
}

code .namespace,
code .function,
code .type
{
	color: rgb(78,201,176);
}

code .string
{
	color: rgb(255,214,143);
}

code .number,
code .enum
{
	color: rgb(184,215,163);
}

.Indent
{
	margin: 0 auto;
	padding: 0 32px;
	width: 100%;
	max-width: 1256px;
}

.Columns
{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 32px;
}

.Columns > div
{
	flex: 1 1 0;
	min-width: 280px;
}

section h2
{
	margin-bottom: 72px;
}

.subHeading
{
	margin-top: -40px;
	margin-bottom: 64px;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.subHeading p
{
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	letter-spacing: -0.01em;
	color: rgb(160,160,160);
	margin: 0 0 14px 0;
}

.subHeading p:last-child
{
	margin-bottom: 0;
}

h3
{
	font-size: 20px;
	margin: 12px 0 16px 0;
	font-weight: 700;
}

.viewportFade
{
	position: fixed;
	left: 0;
	right: 0;
	height: 48px;
	pointer-events: none;
	z-index: 999;
	will-change: opacity;
}

.viewportFade-top
{
	top: 0;
	opacity: 0;
	background: linear-gradient(to bottom, rgba(13,16,15,1) 0px, rgba(13,16,15,0) 48px);
}

.viewportFade-bottom
{
	bottom: 0;
	opacity: 1;
	background: linear-gradient(to top, rgba(13,16,15,1) 0px, rgba(13,16,15,0) 48px);
}

.panelBox
{
	min-height: 60px;

	border: 1px solid rgb(40,48,52);
	background: rgb(20,24,23);
	border-radius: 16px;

	padding: 14px 18px;

	transition: border-color 120ms ease, background-color 120ms ease, box-shadow 120ms ease, color 120ms ease;
}

.panelBox-selected
{
	border: 2px solid rgb(112,220,255);
	background: rgba(0,0,0,0.1);
	color: rgb(220,220,220);
	font-weight: 700;
}

.panelBox-selected:hover
{
	border-color: rgb(112,220,255);
	background: rgba(0,0,0,0.1);
	color: rgb(220,220,220);
}

.panelBox-selected h3
{
	color: rgb(112,255,220);
}

.formSubmitButton
{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0 28px;
	min-height: 58px;
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: 18px;
	background: rgba(0,0,0,0.5);
	color: rgb(220,220,220);
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	appearance: none;
	transition: border-color 120ms ease, background-color 120ms ease, box-shadow 120ms ease, color 120ms ease;
}

.formSubmitButton:hover
{
	border-color: rgba(255,255,255,0.12);
	background: rgba(0,0,0,0.5);
	color: rgb(220,220,220);
}

.panelBox-hoverBright
{
	transition: background-color 0.25s ease, border-color 0.25s ease, filter 0.25s ease;
}

.panelBox-hoverBright:hover
{
	background: rgb(24,28,27);
	border-color: rgb(50,60,65);
}

.CopyButton
{
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
	padding: 0;
	border: none;
	background-color: rgb(160,160,160);
	-webkit-mask: url('/site/img/icons/copy.svg') no-repeat center;
	mask: url('/site/img/icons/copy.svg') no-repeat center;
	-webkit-mask-size: contain;
	mask-size: contain;
	cursor: pointer;
	transition: background-color 0.15s ease;
}

.CopyButton:hover
{
	background-color: rgb(220,220,220);
}

@media (max-width: 768px)
{
	.SiteHeader .WordmarkWrapper
	{
		margin-left: auto;
		margin-right: auto;
	}

	.SiteFooter
	{
		padding-bottom: 88px;
	}

	.subHeading
	{
		text-align: left;
		max-width: none;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	
}
