@font-face {
	font-family: "Fira Sans";
	src: url("FiraSans-Light.otf");
	font-weight: 400;
}

@font-face {
	font-family: "Fira Sans";
	src: url("FiraSans-Bold.otf");
	font-weight: 600;
}

sup {
	font-size: .75em;
	font-weight: bold;
	line-height: 0;
	vertical-align: super;
	color: red;
	text-decoration: none;
}

.navbar {
	background: #fff;
}

.navbar li,
.navbar ul {
	font-weight: normal;
}

p,
li,
h1,
h2,
h3,
h4,
h5,
h6,
button {
	font-family: "Fira Sans", Helvetica;
}

.lead {
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: 200;
	line-height: 30px;
}

.muted {
	color: grey;
}

.moremuted {
	color: #d3d3d3;
}

.strong {
	font-weight: bold;
}

img.rounded {
	padding: 4px;
	margin-bottom: 1em;
	border-radius: 10px;
}