/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */

/* Google font stack */
/* @import "https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700italic,700|Ubuntu:300,400,400italic,500,500italic,700,700italic"; */

/* local copy of google fonts */
@import "fonts.css";


/* HTML element (SMACSS base) rules */
@import "normalize.css";

/* Component (SMACSS module) rules */
@import "components/misc.css";

/* Optionally, add your own components here. */
@import "print.css";

/* SMACSS theme rules */
@import "style.css";
