@font-face {
	font-display: swap;
	font-family: 'IBM Plex Sans';
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/ibm-plex-sans-v19-latin-regular.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'IBM Plex Sans';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/ibm-plex-sans-v19-latin-500.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'IBM Plex Sans';
	font-style: normal;
	font-weight: 600;
	src: url('/fonts/ibm-plex-sans-v19-latin-600.woff2') format('woff2');
}

input[type=datetime-local]::-webkit-datetime-edit-ampm-field {
	display: none;
	}

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

* {
	margin: 0;
}

*::-webkit-scrollbar {
	background-color: #fff;
	width: 0px;
}
*::-webkit-scrollbar-track {
	background-color: #fff;
}
*::-webkit-scrollbar-thumb {
	background-color: #babac0;
	border-radius: 16px;
	border: 4px solid #fff;
}

.draggable-text {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
}

body {
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	font-family: 'IBM Plex Sans', sans-serif;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
}

input,
button,
textarea,
select {
	font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	overflow-wrap: break-word;
}

h1 {
	color: #2c2c2e;
	font-family: IBM Plex Sans;
	font-size: 61px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}

h2 {
	color: #2c2c2e;
	font-family: IBM Plex Sans;
	font-size: 49px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}

h3 {
	color: #2c2c2e;
	font-family: IBM Plex Sans;
	font-size: 39px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}

h4 {
	color: #2c2c2e;
	font-family: IBM Plex Sans;
	font-size: 31px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}

h5 {
	color: #2c2c2e;
	font-family: IBM Plex Sans;
	font-size: 25px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}

h6 {
	color: #2c2c2e;
	font-family: IBM Plex Sans;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}

p {
	font-family: IBM Plex Sans;
	color: #6b7888;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}

a {
	font-size: 16px;
	text-decoration: none;
	color: #44d492;
}

#root,
#__next {
	isolation: isolate;
}
