._Page_z4j1q_1 {
  display: flex;
  flex-direction: column;
  height: 100%;
}

._HiProLogo_z4j1q_13 {
  margin-top: 15rem;
  height: 20rem;
}

._CenterContainer_z4j1q_23 {
  display: flex;
  flex-direction: column;
  margin: auto 0;
}

._StartExperience_z4j1q_35 {
  font-size: 17rem;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-direction: column;
}

._Outlined_z4j1q_55 {
  -webkit-text-stroke: .3rem white;
  color: transparent;
  margin-top: -2rem;
}

._NextButton_z4j1q_67 {
  background-color: white;
  color: black;
  aspect-ratio: 1;
  align-self: center;
  height: 23rem;
  border-radius: 4rem;
  margin-top: 10rem;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

._NetButtonCaret_z4j1q_95 {
height: 12rem;
}
._HiPRO_151r4_1 {
  margin-top: 15rem;
  height: 20rem;
}
._Page_1oq24_1 {
  display: flex;
  flex-direction: column;
  height: 100%;
}

._HiProLogo_1oq24_13 {
  margin-top: 15rem;
  height: 20rem;
}

._Outlined_1oq24_23 {
  font-size: 13rem;
  color: transparent;
  -webkit-text-stroke: .3rem white;
  text-transform: uppercase;
  text-align: center;

}

._FormContainer_1oq24_41 {
  width: 135rem;
  display: flex;
  flex-direction: column;
  margin: auto;
  font-weight: 700;
  overflow-y: auto;
  padding-top: 8rem;
  scrollbar-width: none;
}

._InputWrapper_1oq24_63 {
  width: 100%;
  position: relative;
  margin-bottom: 9rem;
}

._ErrorLabel_1oq24_75 {
  color: red;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  font-size: 5rem;
  opacity: .68;
  text-align: center;
  line-height: 1.25;
}

._FormInput_1oq24_101 {
  width: 100%;
  color: white;
  background-color: black;
  font-size: 7rem;
  padding: 5rem 5rem 5rem;
  border-radius: 4rem;
  text-align: center;
  text-transform: none;
  font-weight: 700;
  outline: none;
  margin-bottom: 9rem;
  border: .5rem solid transparent;
}

._InputWrapper_1oq24_63 ._FormInput_1oq24_101 {
  margin-bottom: 0;
}

._FormInput_1oq24_101::placeholder {
  color: #A3A8B0;
  text-transform: uppercase;
}

._FormInput_1oq24_101._Error_1oq24_75 {
  border-color: red;
}

._FocusedInput_1oq24_157 {
  border-color: white;
}

._OptInGroup_1oq24_165 {
  display: flex;
  flex-direction: column;
  gap: 7.5rem;
  margin: 0 10rem 9rem;
}

._CheckboxContainer_1oq24_179 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4rem;
}

._CheckboxLabel_1oq24_193 {
  font-size: 3.6rem;
  font-weight: 500;
}

._SubmitButton_1oq24_203 {
  margin-top: 5rem;
  border: none;
  background-color: white;
  color: black;
  border-radius: 4rem;
  height: 23rem;
  min-height: 23rem;
  width: 100%;
  font-size: 6rem;
  text-transform: uppercase;
  font-weight: inherit;
}

._Checkbox_1oq24_179 {
  appearance: none;
  display: inline-block;
  height: 6rem;
  aspect-ratio: 1;
  border: .6rem solid white;
  border-radius: .4rem;
  position: relative;
  transition: background-color .15s ease-in-out;
  background-color: transparent;
}

._Checkbox_1oq24_179:checked {
  background-color: white;
}

._Checkbox_1oq24_179:before, ._Checkbox_1oq24_179:after {
  background-color: transparent;
  content: '';
  left: 50%;
  top: 50%;
  position: absolute;
  width: 75%;
  height: 10%;
  border-radius: 9em;
  transition: background-color .15s ease-in-out;
}

._Checkbox_1oq24_179:checked:before, ._Checkbox_1oq24_179:checked:after {
  background-color: black;
}

._Checkbox_1oq24_179:before {
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

._Checkbox_1oq24_179:after {
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

._Underline_1oq24_311 {
  text-decoration: underline;
}
.VirtualKeyboard {
  color: black;
  font-size: 6rem;
  padding: 4rem 4rem 0;
}

.VirtualKeyboard .hg-rows {
  background-color: white;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 14rem 17rem 9rem;
  border-radius: 4rem 4rem 0 0;
}

.VirtualKeyboard .hg-row {
  display: flex;
  flex-direction: row;
  gap: 4rem;
}

.VirtualKeyboard .hg-button {
  border-radius: 2rem;
  flex: 1 0;
  text-align: center;
  padding: 5rem 3rem;
  box-shadow: black 0 .3rem .6rem;
}

.VirtualKeyboard .hg-standardBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  color: white;
}

.VirtualKeyboard .hg-functionBtn {
  background-color: #EBEBEB;
}

.VirtualKeyboard .hg-button-space {
  flex-grow: 4;
}
._Dialog_pk5sw_1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5);
  backdrop-filter: blur(1rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60rem 20rem 42rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease-in-out;
}

._Dialog_pk5sw_1._Show_pk5sw_19 {
  opacity: 1;
  pointer-events: auto;
}

._ContentWrapper_pk5sw_24 {
  background-color: white;
  color: black;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 15rem 12rem 12rem;
  font-size: 4rem;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  transform: scale3d(.95, .95, .95);
  transition: transform .3s ease-in-out;
  border-radius: 4rem;
}

._Dialog_pk5sw_1._Show_pk5sw_19 ._ContentWrapper_pk5sw_24 {
  transform: scale3d(1, 1, 1);
}

._Content_pk5sw_24 {
  font-family: "Proxima Nova", sans-serif;
  height: 100%;
  overflow: auto;
  font-size: 4rem;
}

._Title_pk5sw_51 {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 4.8rem;
  margin-bottom: 5rem;
}

._Close_pk5sw_59 {
  position: absolute;
  right: 4rem;
  top: 4rem;
  border-radius: 2rem;
  padding: 3rem;
  border: .1rem solid #707070;
  display: flex;
  aspect-ratio: 1;
}

._CloseImg_pk5sw_70 {
  height: 4.5rem;
  width: 4.5rem;
}
._Page_4vabg_1 {
  height: 100%;
  display: flex;
  flex-direction: column;
}

._HiProLogo_4vabg_13 {
  margin-top: 15rem;
  margin-bottom: 16rem;
  height: 20rem;
}

._Marquee_4vabg_25 {
  font-size: 18rem;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 700;
}

._Marquee_4vabg_25 + ._Marquee_4vabg_25 {
  margin-top: -3rem;
}

._Marquee_4vabg_25 ._MarqueeContent_4vabg_47 {
  margin: 0 3rem;
}

._Outline_4vabg_55 {
  -webkit-text-stroke: .3rem white;
  color: transparent;
}

._Accent_4vabg_65 {
  color: #E50758;
}

._Row_4vabg_73 {
  display: flex;
  flex-direction: row;
  font-size: 8rem;
  width: 166rem;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}

._Row_4vabg_73._Active_4vabg_95 {
  color: #E50758;
  margin: 8rem auto;
  padding: 5rem 0;
  position: relative;
}

._Row_4vabg_73._Active_4vabg_95:before, ._Row_4vabg_73._Active_4vabg_95:after {
  content: '';
  position: absolute;
  left: -5rem;
  right: -5rem;
  height: 2rem;
  background-color: white;
  border-radius: 9em;
}

._Row_4vabg_73._Active_4vabg_95:before {
  top: 0;
}

._Row_4vabg_73._Active_4vabg_95:after {
  bottom: 0;
}

._RowPosition_4vabg_145 {
  width: 2.5ch;
}

._RowName_4vabg_153 {
  flex-grow: 1;
  white-space: nowrap;
  overflow: clip;
  text-overflow: ellipsis;
  margin: 0 5rem;
  color: white;
}

._Leaderboard_4vabg_171 {
  margin-top: 15rem;
}

._NotInLeaderboard_4vabg_179 {
  margin-top: 10rem;
}

._Footer_4vabg_187 {
  margin-top: 15rem;
  font-size: 13rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

._NoUppercase_4vabg_203 {
  text-transform: none;
}

._EndGame_4vabg_211 {
  margin: 12rem auto 0;
  font-size: 6rem;
  text-transform: uppercase;
  font-weight: 700;
  background-color: white;
  border: 0;
  border-radius: 4rem;
  padding: 8rem 22rem;
}
._GameCanvas_a0qxb_1 {
  background-image: var(--game-bg);
  background-color: black;
  background-position: center;
  background-size: cover;
  flex-grow: 1;
  position: relative;
}

._QuestionContainer_a0qxb_10 {
  position: absolute;
  left: 30rem;
  right: 11rem;
  top: -5rem;
  background-color: white;
  border-radius: 4rem;
  color: black;
  font-size: 7rem;
  font-weight: 400;
  padding: 3rem 30rem 3rem 20rem;
  letter-spacing: -.2rem;
  opacity: 0;
  transition: opacity .2s ease-in-out;
}

._QuestionContainer_a0qxb_10._Show_a0qxb_26 {
  opacity: 1;
}

._QuestionProduct_a0qxb_30 {
  aspect-ratio: 1;
  height: 32rem;
  position: absolute;
  left: -15rem;
  top: 50%;
  transform: translateY(-50%) rotate(15deg);
  object-fit: contain;
}

._QuestionMark_a0qxb_40 {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  color: transparent;
  font-size: 50rem;
  font-weight: 700;
  -webkit-text-stroke: var(--accent-color) .6rem;
}
._GlowProduct_pq7w9_1 {
  height: 50rem;
  width: 50rem;
  object-fit: contain;
  transition: opacity .2s ease-in-out;
  position: absolute;
  left: calc((100% - 50rem) / 100 * var(--x));
  bottom: calc((100% - 50rem - 30rem) / 100 * var(--y));
}
._Point_njk15_1 {
  --x: 0;
  --y: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-color);
  font-size: 13rem;
  font-weight: 700;
  aspect-ratio: 1;
  border-radius: 9em;
  border: 1rem solid white;
  height: 50rem;
  backdrop-filter: blur(5rem);
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  left: calc((100% - 50rem) / 100 * var(--x));
  bottom: calc((100% - 50rem - 30rem) / 100 * var(--y));
}

._TopStrip_njk15_21,
._BottomStrip_njk15_22 {
  --rz: 0deg;
  --scale: 1;
  position: absolute;
  color: white;
  text-transform: uppercase;
  width: max-content;
  background-color: var(--accent-color);
  padding: 1rem 5rem;
  transform: translateY(var(--ty)) scale(var(--scale)) rotateZ(var(--rz));
  opacity: 1;
  box-shadow: rgba(0, 0, 0, 1) .2rem .5rem 2rem;
  perspective-origin: center left;
  perspective: 200rem;
  pointer-events: none;
}

._TopStrip_njk15_21 {
  --ty: -.5em;
  z-index: 10;
  color: transparent;
  -webkit-text-stroke: .4rem white;
  transition: transform .1s ease-in, opacity .05s ease-in;
}

._BottomStrip_njk15_22 {
  --rz: -10deg;
  --ty: .75em;
  z-index: 11;
  transition-delay: .1s;
  transition: transform .15s ease-in, opacity .05s ease-in;
}

._StripHidden_njk15_55 {
  opacity: 0;
  --scale: .25;
}

._Splash_njk15_60 {
  --scale: 1;
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 60%;
  width: 120rem;
  transition: transform .1s ease-in;
  transform: translate3d(-50%, -50%, 0) scale(var(--scale));
  aspect-ratio: 1;
}

._Splash_njk15_60._Hidden_njk15_72 {
  --scale: 0;
}
._BlueLevel_laczj_1 {
  --accent-color: #6887D1;
  --game-bg: url("./background-lvl1-GiQVKcvg.png");
}

._YellowLevel_laczj_6 {
  --accent-color: #E1A43F;
  --game-bg: url("./background-lvl2-lcGfEFQr.png");
}

._RedLevel_laczj_11 {
  --accent-color: #E50758;
  --game-bg: url("./background-lvl3-Tgq8KUn0.png");
}

._Page_laczj_16 {
  height: 100%;
  background-color: black;
  display: flex;
  flex-direction: column;
}

._Header_laczj_23 {
  padding: 22rem 8rem;
  font-size: 9rem;
  text-transform: uppercase;
  font-weight: 700;
  display: grid;
  grid-template-columns: 1fr 48rem;
  gap: 6rem;
}

._LevelContainer_laczj_33 {
  display: flex;
  flex-direction: row;
  align-items: end;
}

._LevelNumber_laczj_39 {
  width: 1.5ch;
  height: 100%;
  font-size: 20rem;
  position: relative;
}

._LevelNumber_laczj_39:after {
  position: absolute;
  right: 0;
  bottom: -.25em;
  content: attr(data-level);
  -webkit-text-stroke: .3rem white;
  color: transparent;
}

._LeftLineContainer_laczj_55 {
  display: flex;
  flex-direction: row;
  --progress: 0;
}

._LeftLine_laczj_55 {
  flex-grow: 1;
  background-color: var(--accent-color);
  height: 100%;
  margin-right: 3rem;
  border-radius: 9em;
}

._LeftLineDashes_laczj_69 {
  flex-shrink: 0;
  margin-right: calc(min(1, var(--progress)) * 100rem);
  transition: margin-right 1s linear;
  color: var(--accent-color);
}

._RightLine_laczj_76 {
  background-color: white;
  width: 100%;
  height: 2rem;
  border-radius: 9em;
}

._Accented_laczj_83 {
  color: var(--accent-color);
}
._Page_1rkf8_1 {
  display: flex;
  flex-direction: column;
  height: 100%;
}

._HiProLogo_1rkf8_13 {
  margin-top: 15rem;
  height: 20rem;
}

._Video_1rkf8_23 {
  min-height: 0;
  flex-grow: 1;
  object-fit: contain;
}
._Page_1ygcs_1 {
  display: flex;
  justify-content: center;
  height: 100%;
}

._Video_1ygcs_13 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
._Page_1k56h_1 {
  display: flex;
  flex-direction: column;
  height: 100%;
}

._Marquee_1k56h_13 {
  font-size: 18rem;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 700;
}

._MarqueeContent_1k56h_27 {
  margin: 0 5rem;
}

._Marquee_1k56h_13 + ._Marquee_1k56h_13 {
  margin-top: -2rem;
}

._TopMarquee_1k56h_43 {
  margin-top: 16rem;
}

._Outline_1k56h_51 {
  -webkit-text-stroke: .3rem white;
  color: transparent;
}

._ContentWrapper_1k56h_61 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-transform: uppercase;
  font-weight: 700;
  height: 200rem;
  font-size: 17rem;
  position: relative;
}

._Accented_1k56h_85 {
  color: var(--accent-color)
}
._Page_1myqk_1 {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  font-size: 17rem;
  text-transform: uppercase;
  font-weight: 700;
}

._BigNumber_1myqk_21 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 87rem;
}

._Marquee_1myqk_35 {
  height: 1.3em;
  color: white;
  margin-top: 137rem
}

._Marquee_1myqk_35 + ._Marquee_1myqk_35 {
  margin-top: -2rem
}

._MarqueeContent_1myqk_55 {
  margin-left: 1.5ch;
}

._DownArrows_1myqk_63 {
  width: 45rem;
  margin: 15rem auto 0;
}


._NextButton_1myqk_75 {
  background-color: white;
  color: black;
  aspect-ratio: 1;
  align-self: center;
  height: 23rem;
  border-radius: 4rem;
  margin-top: 10rem;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

._NetButtonCaret_1myqk_103 {
  height: 12rem;
}

._Outline_1myqk_111 {
  -webkit-text-stroke: .3rem white;
  color: transparent;
}
/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

html {
	/* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
	font-family:
		system-ui,
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
	line-height: 1.15; /* 1. Correct the line height in all browsers. */
	-webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
	-moz-tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
	tab-size: 4; /* 3 */
}

/*
Sections
========
*/

body {
	margin: 0; /* Remove the margin in all browsers. */
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}

@font-face {
  font-family: "Futura";
  src: url("./futura-Book_Normal-cmU3rKJX.woff2") format("woff2");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "Futura";
  src: url("./futura-Book_Italic-1sz_Ykjy.woff2") format("woff2");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "Futura";
  src: url("./futura-Medium_Normal--ywzIFMT.woff2") format("woff2");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}

@font-face {
  font-family: "Futura";
  src: url("./futura-Medium_Italic-1QUH0rqN.woff2") format("woff2");
  font-display: auto;
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
}

@font-face {
  font-family: "Futura";
  src: url("./futura-Bold_Normal-9oaqeLOV.woff2") format("woff2");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}

@font-face {
  font-family: "Futura";
  src: url("./futura-Bold_Italic-9iVTo6R0.woff2") format("woff2");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("./proximaNova-Regular_Normal-6pJICXG8.woff2") format("woff2");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("./proximaNova-Regular_Italic-jAAOCO4E.woff2") format("woff2");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}

html {
  font-size: 62.5%;
}

#app {
  background-image: url("./background-texture-OlHAhXdu.png");
  background-size: cover;
  color: white;
  font-family: Futura, sans-serif;
  font-weight: 500;
  height: 100dvh;
  max-height: 100dvh;
  position: relative;
  overflow: clip;
}

* {
  user-select: none;
}
