@charset "utf-8";

@import url("reset.css"); /* Resets all the default styles for html elements */
@import url("typo.css"); /* Sets the typography */
@import url("grid.css"); /* Is used to set the main layout of the page */
@import url("navigation.css"); /* Here are all css styles used for styling menus/navigation */
@import url("widgets.css"); /* Here are styles for elements of a page, like some sections, partions of a page and so.. */
@import url("forms.css"); /* Forms and form elements are styled here */
@import url("fancy.css"); /* jQuery plugin FancyBox style */