@import url(reset.css);
@import url(general.css);
@import url(interface.css);
@import url(header.css);
@import url(footer.css);
@import url(neuralgate.css);

/* smaller screens */
@import url(header_small.css) only screen and (min-width: 1px) and (max-width: 480px);
@import url(interface_small-medium.css) (max-width: 800px);
@import url(interface_medium.css) only screen and (min-width: 601px) and (max-width: 1023px);
@import url(footer_small-medium.css) only screen and (min-width: 1px) and (max-width: 600px);

@import url(media.css);