@import url('./light-theme.css');

/* system dark mode */
@import url('./dark-theme.css') only screen and (prefers-color-scheme: dark);

:root {
  color-scheme: light dark;
}
