/* ----------------------------------------------------------------
 * FILE: global.css
 *
 * Description:
 * This file imports all relevant stylesheets for the template.
 * ---------------------------------------------------------------- 
*/
 
@import "layout.css";
@import "typography.css"; 
@import "style.css"; 

/* custom theme specific stylesheet */
@import "theme/default/theme.css";