/**
 * All Themes CSS
 *
 * Combined CSS file with all themes (Material, Glass, Studio, SMRT,
 * HappyVertical). Use this if your app supports runtime theme switching.
 *
 * Note: the SMRT and HappyVertical fonts are not imported here (they pull in
 * woff2 binaries). Import './fonts.css' or './happyvertical-fonts.css'
 * explicitly if you want either type stack.
 *
 * @usage import '@happyvertical/smrt-ui/themes/styles/all.css';
 */

@import './material.css';
@import './glass.css';
@import './studio.css';
@import './smrt.css';
@import './happyvertical.css';
