@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');

html {
	padding: env(safe-area-inset);
}

body {
	margin: 0;
	font-family: 'Montserrat', Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	background-image: linear-gradient(156deg, #FF743E 0%, #FF8455 8%, #2D6EFB 100%);
	background-repeat: no-repeat;
	/* min-height: 100vh; */
	font-size: 14px;
	line-height: 1.5;
	color: #111;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.5em 0;
	font-weight: 400;
	line-height: 1.2;
}

h1 {
	font-size: 70px;
	font-weight: bold;
	line-height: 80px;
	letter-spacing: -0.65px;
	margin-bottom: 0;
}

@media only screen and (max-width: 900px) {
	h1 {
		font-size: 32px;
		line-height: 44px;
		letter-spacing: -0.33px;
	}
}

@media only screen and (max-width: 350px) {
	h1 {
		font-size: 31px;
		line-height: 42px;
		letter-spacing: -0.31px;
	}
}

a {
	color: inherit;
}

code {
	font-family: menlo, inconsolata, monospace;
	font-size: calc(1em - 2px);
	color: #555;
	background-color: #f0f0f0;
	padding: 0.2em 0.4em;
	border-radius: 2px;
}

@media (min-width: 400px) {
	body {
		font-size: 16px;
	}
}