/*
 * This file is the main style sheet for the SmartAss web application.
 * It imports the standard.css which contains the standard styles and 
 * custom.css where the administrator can override the standard styles
 * if needed. Note: custom.css must be declared after standard.css to 
 * facilitate this.
 */
 
@import url(fonts/fontawesome.min.css);
@import url(standard.css);
@import url(branding/infocaption5/fonts/open-sans/open-sans.css);
@import url(HomeHeader.css);
@import url(../prosydo/css/imports/cards.css);
@import url(custom.css);
