@font-face {
	font-family: 'IBM Plex Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('IBM Plex Sans'), local('IBMPlexSans'),
		url('https://cdn.rpdy.us/fonts/ibm-plex-sans-v8-latin-regular.woff2')
			format('woff2');
}

@font-face {
	font-family: 'IBM Plex Sans';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: local('IBM Plex Sans Italic'), local('IBMPlexSans-Italic'),
		url('https://cdn.rpdy.us/fonts/ibm-plex-sans-v8-latin-italic.woff2')
			format('woff2');
}

/* reset/base styles */
html,
body {
	box-sizing: border-box;
	color: #6f6f6f;
	font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI',
		Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
	font-size: 100%;
	margin: 0;
}

html,
body,
#app {
	height: 100%;
	width: 100%;
}

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

#app {
	display: flex;
	flex-direction: column;
}

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

button,
h1,
h2,
p,
a,
ol,
ul,
li {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

button {
	line-height: 1;
	overflow: visible;
	text-transform: none;
}

a {
	background-color: transparent;
	color: #1651ff;
	cursor: pointer;
	hyphens: auto;
	text-decoration: underline;
	-webkit-text-decoration-skip: objects;
}

/* intrinsic ratios */
.ir {
	display: block;
	overflow: visible;
	padding: 0 0 100%;
	position: relative;
	height: 0;
	width: 100%;
}

.ir > * {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

/* increase font size for larger viewports */
@media (min-width: 24em) {
	html {
		font-size: 112.5%;
	}
}


/*# sourceMappingURL=792.d5b4379e9b12ce829266.bundle.css.map*/