* {
	color: #F5F5F7;
}

h1 {
	font-family: "Chivo", sans-serif;
	font-size: 128px;
	letter-spacing: 10px;
	font-weight: 900;
}

.outline-text {
	color: #E9B4C9;
	-webkit-text-stroke-width: 4px;
  	-webkit-text-stroke-color: #F5F5F7;
}

html {
	background-color: #E9B4C9;
}

.navbar {
	background-color: #E9B4C9;
	color: #F5F5F7;
}

.navbar-item {
	background-color: #E9B4C9;
	color: #F5F5F7;
	font-family: "Chivo", sans-serif;
	font-size: 32px;
	font-weight: 600;
}

.bio {
	font-family: "Lora", serif;
	font-weight: 700;
	font-size: 28px;
}

.quote {
	font-family: "Lora", serif;
	font-weight: 400;
	font-size: 16px;
}
