@charset "UTF-8";


// Mixins
@import "components/mixins";
@import "components/color";

// Variables;
// @import "components/variables";

// Theme;
/*
  Tip: You can change the theme name here to generate new default style, you can also create your own !
*/
@import "theme";

// Variables;
@import "theme-components/variables";

// Components
@import "theme-components/global";
@import "theme-components/helper";
@import "theme-components/typography";
@import "theme-components/color";
@import "theme-components/avatar";
@import "theme-components/icons";
@import "theme-components/preloader";
@import "theme-components/header";

@import "theme-components/sidebar";
@import "theme-components/slideout";

@import "theme-components/breadcrumb";
@import "theme-components/forms";
@import "theme-components/table";
@import "theme-components/card";

// Miscellaneous
@import "theme-components/miscellaneous";

// Pages
@import "theme-components/pages/icon";

// Footer
@import "theme-components/footer";
