@import url("general/_theme.css");
@import url("general/_btn.css");
@import url("general/_form.css");
@import url("general/_modal.css");

/*
@import url("fineprint.css") print;
@import url("bluish.css") print, screen;
@import "common.css" screen;
@import url('landscape.css') screen and (orientation: landscape);

!!!!!
@import url("narrow.css") supports(display: flex) screen and (max-width: 400px); 
*/