// REQUIRED DEPENDENCIES - DO NOT CHANGE
@import "dependencies";

// THEME STYLING

// Utilities
@import "bella/styles/utilities";

// Body
@import "bella/styles/body";

// Logo
@import "bella/styles/logo";

// Menu
@import "bella/styles/menu";

// Typography
@import "bella/styles/typography";

// Variations
@import "bella/styles/variations";

// Tables
@import "bella/styles/tables";

// Forms
@import "bella/styles/forms";

// Style Specific Styling
@import "bella/styles/theme-style";

// Dropdown Animations
@import "bella/styles/dropdownanimations";

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

// SECTIONS STYLING

// Top
@import "bella/sections/top";

// Slideshow
@import "bella/sections/slideshow";

// Navigation
@import "bella/sections/navigation";

// Header
@import "bella/sections/header";

// Above
@import "bella/sections/above";

// Hero
@import "bella/sections/hero";

// Showcase
@import "bella/sections/showcase";

// Utility
@import "bella/sections/utility";

// Feature
@import "bella/sections/feature";

// Main
@import "bella/sections/main";

// Aside
@import "bella/sections/aside";

// Sidebar
@import "bella/sections/sidebar";

// Expanded
@import "bella/sections/expanded";

// Extension
@import "bella/sections/extension";

// Bottom
@import "bella/sections/bottom";

// Below
@import "bella/sections/below";

// Footer
@import "bella/sections/footer";

// Copyright
@import "bella/sections/copyright";

// OffCanvas
@import "bella/sections/offcanvas";

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

// Particles

// Common Styles
@import "bella/particles/jlparticles";

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

// Layouts

// Offline
@import "bella/layouts/offline";

// Error
@import "bella/layouts/error";

// BREAKPOINTS
@import "nucleus/theme/breakpoints/base";

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