/*
| Main Stylesheet
| This file is the main CSS entry point for CrossFix.
| Instead of loading many CSS files in the HTML, the website loads this
| one file, and it imports the other organised stylesheet sections.
*/

@import url('layout.css');
@import url('components.css');
@import url('dashboard.css');
@import url('forms.css');
@import url('chat-crossbot.css');
@import url('public-pages.css');
@import url('responsive.css');