@import "style";

//ADD DELPHINUS CUSTOM MODULES
@import "style/module-demo/delphinus";
@import "style/module-demo/demo";
@import "style/module-demo/atom-picker";
@import "style/module-demo/changelog";
@import "style/module-demo/design-documentation";
body.theme--dark {
  @import "style/module-demo/prism-okaidia";
}
body:not(.theme--dark),
body.theme--dark .theme--normal {
  @import "style/module-demo/prism-default";
}
@import "style/module-demo/prism-modifications";
