* { 
	font-family: 'Lora';
	line-height: 175%;
}

code {
	font-family: 'Ubuntu Mono';
}

a {
	text-decoration: none;
	color: $color-light;
	padding-bottom: 4px;
	border-bottom: 1px solid $color-light;
	&:hover { 
		color: $color-extra-light;
		border-bottom: 1px solid $color-extra-light;
	}
}

h1, h2, h3, h4, h5, p, a { font-weight: normal; }

h1 {
	font-size: 2.4rem;
	margin-top: 45px;
}

h2 { font-size: 1.8rem; }

h1, h2 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

h2 { font-weight: normal; opacity: 0.8; }

h4 { margin-top: 35px; }

p, ul {
	font-size: 1.2rem;
}

p { 
	margin: 5px auto;
}


ul {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

li { margin: 5px auto; }

img { border-radius: 15px; max-height: 240px; }

h1, h2, h3, h4, p { color: #222; }