@import "global.css";
@import "fonts.css";
@import "lrg.css" screen and (min-width:1024px) and (max-width:10000px);
@import "lrg.css" screen and (min-width:768px) and (max-width:1024px);
/*@import "med.css" screen and (min-width:768px) and (max-width:1024px);*/
@import "sml.css" screen and (max-width:768px);
