@import "custom_general.css";
@import "custom_mobile.css" screen and (max-width: 768px);
@import "custom_desktop.css" screen and (min-width: 1024px);