@import "theme/theme_variables";  // <-------- Add your variables into this file. Also add variables to overwrite Bootstrap or UnderStrap variables here
@import "assets/bootstrap4";      // <-------- Loads Bootstrap4
@import "understrap/understrap";  // <-------- Loads the UnderStrap defaults. Just a few classes to incorporate BS in WP
//@import "understrap/woocommerce"; // <-------- Loads WooCommerce style fixes. Comment out if you aren't using WooCommerce

// Optional files - If you dont use the corresponding scripts/fonts comment em out
@import "assets/font-awesome";    // <-------- Font Awesome Icon font

// Any additional imported files //
@import "theme/fct-copy";          // <------- That's copy from old FirstClass 2020 Theme. [ Need removal ]
@import "theme/theme";            // <-------- That's where you can add your own design. Thats your part!
@import "theme/layout";           // <-------- Layout
@import "theme/header";           // <-------- Header 
@import "theme/link";             // <-------- Link animation
@import "theme/menu";             // <-------- Menu Navigation
@import "theme/content";          // <-------- Content


/* Components */
@import "theme/components/button"; // <------- Button
@import "theme/components/searchform"; // <----- Search form 
@import "theme/components/banner"; // <------- Banner
@import "theme/components/card";   // <-------- Card 
@import "theme/components/social"; // <-------- Social icons
@import "theme/components/video";   // <------- Video Block
@import "theme/components/figure";  // <------- Figure
@import "theme/components/badge";   // <------- Badge 
@import "theme/components/tree-list";  //<------ Tree Lists
@import "theme/components/breadcrumb"; //<------ Breadcrumb
@import "theme/components/scroll-to-top"; //<---- ScrollToTop


@import "theme/carousel";         // <-------- Carousel Slider 
@import "theme/sidebar";          // <-------- Sidebar SASS
@import "theme/widgets";          // <-------- Widgets SASS
@import "theme/contact-form7";    // <-------- Contact Form 7 - Bootstrap 4 support
@import "theme/plugins";          // <-------- External Plugin Customization to adapet FCT Theme
@import "theme/block";            // <-------- Gutenberg Block SASS
@import "theme/footer";           // <-------- Footer SASS
@import "theme/animation";        // <-------- Animations


@import "theme/custom";           // <-------- Temporary Customisation



