/**
 * 
 * Why this is a separate file?
 * Fonts need to be loaded before all other stuff. 
 * This way we can put the fonts.css above all other stylesheets.
 * 
 * ! Before fonts can be used, uncomment in .info file
 * 
 */

/* ..................... FONTS ..................... */

@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans:800|Open+Sans:400,700);