@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400');

body {
  font-family: "Work Sans", sans-serif;
}

.navbar-brand {
  font-size: 1.5em;
}

footer p {
  font-weight: 300;
  font-size: 0.8em;
}

/* Colours */
.text-subtitle {
  color: rgb(90, 90, 90);
}
