/*
font-family: 'Slabo 27px', serif;
font-family: 'Lora', serif;
font-family: 'Libre Baskerville', serif;
font-family: 'PT Mono', monospace;
*/

body {
	font-family: 'Lora', 'Book Antiqua', 'Times New Roman', 'Roman', serif;
}

h1 {
	font-family: 'Libre Baskerville', 'Bookman Old Style', 'Book Antiqua', 'Times New Roman', 'Roman', serif;
}

input[type="text"], input[type="email"] {
	font-family: 'Slabo 27px', 'Times New Roman', 'Roman', serif;
}

textarea {
	font-family: 'PT Mono', 'Lucida Console', 'Courier New', 'Courier', monospace;
}
