body,
html {
	height: 100%;
	margin: 0;
	padding: 0;
	display: grid;
}

html {
	background: #f8f5ee;
	color: #eb423e;
	font-size: 62.5%;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	position: relative;
	text-rendering: optimizelegibility;
}

body {
	font-family: Calibre, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.5;
}

a {
	background-color: transparent;
	color: #eb423e;
	border-bottom: 2px solid #eb423e;
	text-decoration: none;
}

::selection {
	background: #2d2d77;
	text-shadow: none;
}

.intro {
	padding: 2.4rem;
	max-width: calc(100% - 2.4rem);
}

h1 {
	font-weight: 600;
	font-size: 3.5rem;
	line-height: 1.2;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

/*h2 {
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.5;
	margin-top: .9rem;
	margin-bottom: .9rem;
}*/

p {
	margin-top: 1.2rem;
	margin-bottom: 1.2rem;
}
