@font-face {
	font-family: 'SpaceGrotesk';
	font-style: normal;
	font-weight: 300;
	src: url('fonts/SpaceGrotesk-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'SpaceGrotesk';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/SpaceGrotesk-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'SpaceGrotesk';
	font-style: normal;
	font-weight: 500;
	src: url('fonts/SpaceGrotesk-Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'SpaceGrotesk';
	font-style: normal;
	font-weight: 600;
	src: url('fonts/SpaceGrotesk-SemiBold.ttf') format('truetype');
}

@font-face {
	font-family: 'SpaceGrotesk';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/SpaceGrotesk-Bold.ttf') format('truetype');
}

* {
	box-sizing: border-box;
	margin: 0;
	outline: none;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
}

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

*:active,
*:focus,
*:hover {
	outline: none;
}

*:focus-visible {
	border-radius: 4px;
	outline: 2px solid black;
	outline-offset: -2px;
	transition: none;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 70px;
}

body,
html {
	min-height: 100%;
	position: relative;
	width: 100%;
}

body {
	backface-visibility: hidden;
	background: #ffffff;
	color: #090a1a;
	font-family: "SpaceGrotesk", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

main {
	padding: 0px;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

a {
	color: inherit;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
}

button {
	appearance: none;
	background: none;
	border: none;
	cursor: pointer;
	font-family: inherit;
}

.bottom-space {
	background-color: #ffffff;
	height: 100px;
	width: 100%;
}
