/**
 * This file is used to consolidate our sub-styles.
 * ================================================
 */

/**
 * Import the main layout information.
 * 
 * This determines the way the page is displayed - where the header is, where the content is etc.
 */
@import "layout.css";

/**
 * Import the main styling information.
 * 
 * This determines the way the text looks - fonts, sizes etc.
 */
@import "styling.css";

/**
 * Import the main object information.
 * 
 * This determines the way objects are displayed - how lists look, how padding is applied etc.
 */
@import "objects.css";
