// Dependencies on original theme

// Load original Learn2 theme scss
@import "../../learn2/scss/theme";

//-------------------------------------------

// Load Template Configuration
@import "configuration/theme/base";

//-------------------------------------------

// TEMPLATE COMPONENTS

// Configuration
@import "theme/configuration";

// Core
@import "theme/core";

// Header
@import "theme/header";

// Nav
@import "theme/nav";

// Tables
@import "theme/tables";

// Scrollbar
@import "theme/scrollbar";

// LangSwitcher
@import "theme/langswitcher";