@import url('light.css') screen and (prefers-color-scheme: light);
@import url('dark.css') screen and (prefers-color-scheme: dark);