/**
 * @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.
 */

/* uses foundation normalize css */
@import "foundation/normalize.css";

/* Layout rules *
disable responsive.css, use foundation.css instead
@import "layouts/responsive.css";
*/

/* Component (SMACSS module) rules */
@import "components/misc.css";
/* Optionally, add your own components here. */
@import "print.css";

/* SMACSS theme rules */
/* @import "theme-A.css"; */
/* @import "theme-B.css"; */

@import "foundation/foundation.css";
@import "theme.css";

/* enable this line to embed custom override css in the theme */
/*
@import "main.css";
*/