@import url(tokens.css);
@import url(colors.module.css);
@import url(typography.module.css);
@import url(theme.light.css) /* (prefers-color-scheme: light) */;

/* manually disable dark theme because chrome does not yet respect the color-scheme property from the css. (see https://caniuse.com/?search=prefers-color-scheme) */
/* the prefers-color-scheme for the light theme is disabled as well because it does not work when on a dark themed chrome */
/* @import url(theme.light.css) (prefers-color-scheme: light);*/
/* @import url(theme.dark.css) (prefers-color-scheme: dark); */
