@charset "utf-8";


/*
 * Redirect to different styles based on screen size.
 */

@import 'desktop.css' screen and (min-width: 600px);
@import 'mobile.css' screen and (max-width: 599px);


