/*
  For a bit impegnative websites
*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&subset=latin-ext');

html, body, textarea, input, select {
  font-family: "Roboto Condensed";
}

/* For a dashboard */
.navbar-nav {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
}

/* For landing paragraphs */
.title {
  line-height: 1.33;
  font-weight: 300;
  letter-spacing: -.5px;
}

.sentences {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.6;
}
