html,
body  {
	font-family: Ubuntu;
	font-weight: 400;
}

a {
	font-family: Ubuntu;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Ubuntu;
	font-weight: 700;
}

p {
	font-family: Ubuntu;
	font-weight: 300;
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
textarea {
	font-family: Ubuntu;
	font-weight: 400;
	}
	
input[type=submit] {
	font-family: Ubuntu;
	}
