@import "theme/theme_variables";  // <--------- Add your variables into this file. Also add variables to overwrite Bootstrap or Aura71 variables here
@import "assets/bootstrap4";// <--------- Loads Bootstrap3 or Bootstrap4. Change from /bootstrap3 to /bootstrap4 Watch out! just for testing in the moment!
@import "aura71/aura71";// <-------- Loads the Aura71 defaults. Just a few classes to incorporate BS in WP

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


// Any additional imported files //
@import "theme/theme";  // <--------- Thats where you can add your own design. Thats your part!
@import "theme/contact-form7"; // contact form 7 - Bootatrap 4 support
