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

/* Layout rules */
@import "fixed.css";

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

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