.navbar-default .navbar-brand {
	font-weight: 900;
	font-size: 1.85em;
	padding: 10px;
	color: #ffffff;
	text-align: center;
	font-family: go;
}

.navbar-header {
	text-align: center;
	float: none;
	font-weight: 900;
	font-size: 1.25em;
	padding: 10px;
	color: #ffffff;
	font-family: go;
}

a {
	color: #6f42c1;
	font-family: go;
}

body {
	background: #14181e;
	color: #ffffff;
	font-family: go;
}

h1, h2, h3, h4, h5, h6 {
	font-family: go;
}

small, time, code {
	font-family: gomono;
}


.post-meta {
	color: #999999;
}

@font-face {
	font-family: go;
	src: url(fonts/Go-Regular.ttf);
}

@font-face {
	font-family: go;
	src: url(fonts/Go-Bold.ttf);
	font-style: bold;
}

@font-face {
	font-family: go;
	src: url(fonts/Go-Italic.ttf);
	font-style: italic;
}

@font-face {
	font-family: gomono;
	src: url(fonts/Go-Mono.ttf);
}
