/*
 * Fonts
 */

/*=== Available Imported Fonts ===*/
/*
.font-open-sans {
  font-family: 'Open Sans', sans-serif;
}
.font-yanone-kaff {
  font-family: 'Yanone Kaffeesatz', sans-serif;
}
.font-lato {
  font-family: 'Lato', sans-serif;
}
.font-source-sans-pro {
  font-family: 'Source Sans Pro', sans-serif;
}
.font-oswald {
  font-family: 'Oswald', sans-serif;
}
.font-ubuntu {
  font-family: 'Ubuntu', sans-serif;
}
.font-pt-sans-narrow {
  font-family: 'PT Sans Narrow', sans-serif;
}
.font-pt-sans {
  font-family: 'PT Sans', sans-serif;
}
.font-roboto {
  font-family: 'Roboto', sans-serif;
}
.font-bangers {
  font-family: 'Bangers', cursive;
}
.font-lobster {
  font-family: 'Lobster', cursive;
}
*/
