/*------------------------------------------------------------------
Pages v2.1.2
Theme : Default
Generated From LESS
[Table of contents]

1. Layouts
2. View Ports
3. Chat
4. Panels
5. Typography
6. Buttons
7. Alerts
8. Notifications
9. Progress Indicators
10. Modals
11. Tabs & Accordians
12. Sliders
13. Treeview
14. Nestables
15. Form Elements
16. Tables & Datatables
17. Charts
18. Lists
19. Social App
20. Email App
21. Calendar App
22. Login
23. Lockscreen
24. Timeline
25. Gallery
26. Vector Map
27. Pricing Table
28. Widgets
29. Misc
30. Print
31. Demo
-------------------------------------------------------------------*/

// Mixins tools
@import "mixins";
@import "modules/direction";

// Includes of Modules
@import "modules";

// Responsive Util
@import "responsive";

//Change your theme here 
@theme-name:"default";
@direction: ltr; // use `rtl` or `ltr

.theme {
    @import "themes/@{theme-name}/theme";
}
.theme();
