@charset "UTF-8";
/* CSS Document */

*:not(input):not(textarea) {
	user-select: none;
	-webkit-user-select: none;
	/* disable selection/Copy of web content */
	-webkit-touch-callout: none;
	/* disable the IOS popup when long-press on a link */
}

/* define standard CSS defaults for HeadShed App */

html, body, div, span, h1, h2, h3, h4, h5, h6, hr, p, a img, font, img, dd, dl, dt, li, ol, ul, blockquote, fieldset, form, label, legend, table, caption, tr, th, td, video {
	margin: 0;
	border: 0;
	line-height: inherit;
	font-family: inherit;
	font-size: 100%;
}

html,
body {
	height: 100%;
	width: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	background: transparent;
	position: relative;
}

body {
	min-height: 100%;
}

input {
	-webkit-appearance: none !important;
	appearance: none !important;
	outline: none !important;
	box-shadow: none !important;
}

input:focus {
	outline: none !important;
	box-shadow: none !important;
}

select:focus {
	outline: none !important;
	box-shadow: none !important;
}

html::-webkit-scrollbar {
	display: none;
}


/* MIN BRANDING */

.inter-reg {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.inter-bold {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.inter-light {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.inter-med {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.inter-heavy {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.azeret-mono-reg {
  font-family: "Azeret Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.azeret-mono-semi {
  font-family: "Azeret Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.azeret-mono-light {
  font-family: "Azeret Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}



@font-face {
	font-family: 'Geon';
	src: url('fonts/geon-light.woff2') format('woff2'),
		url('fonts/geon-light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Geon';
	src: url('fonts/geon-regular.woff2') format('woff2'),
		url('fonts/geon-regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Geon';
	src: url('fonts/geon-medium.woff2') format('woff2'),
		url('fonts/geon-medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Geon';
	src: url('fonts/geon-bold.woff2') format('woff2'),
		url('fonts/geon-bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Geon';
	src: url('fonts/geon-italic.woff2') format('woff2'),
		url('fonts/geon-italic.woff') format('woff');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Geon';
	src: url('fonts/geon-light-italic.woff2') format('woff2'),
		url('fonts/geon-light-italic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}


.geon-light {
	font-family: 'Geon';
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
}

.geon-light-italic {
	font-family: 'Geon';
	font-optical-sizing: auto;
	font-style: italic;
	font-weight: 300;
}

.geon-regular {
	font-family: 'Geon';
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
}

.geon-regular-italic {
	font-family: 'Geon';
	font-optical-sizing: auto;
	font-style: italic;
	font-weight: 400;
}

.geon-med {
	font-family: 'Geon';
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
}

.geon-bold {
	font-family: 'Geon';
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 700;
}


.brandBody {
	background: linear-gradient(
		180deg,
		rgba(30,129,128, 1) 0%,
		rgba(30,129,128, .25) 100%
	);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.pageAreaSplash {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	opacity: 0;
	transition: opacity 3s;
}

.headerLogo {
	aspect-ratio: 600 / 130;
	width: 360px;
	display: block;
	background-image: url(../media/brand/logo-horiz.svg);
	background-size: contain;
}