@import 'normalize.css';
@import 'master.css';
@import 'mobile-only.css' screen and (max-width: 768px);
@import 'tablet-up.css' screen and (min-width: 768px);
@import 'tablet-only.css' screen and (min-width: 768px) and (max-width: 1024px);
@import 'desktop-only.css' screen and (min-width: 1024px);