// Bootstrap function
@import "~bootstrap/scss/functions";

// Import Font from Google
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

// Import Variables Components
@import "../4d/mixins/all";
@import "../theme/titlex";
@import "../4d/variables";

// Import shared SCSS files after theme variables
@import "../4d/base";


// .x-multi-test {
//   display: inline-block;
//   speak: none;
//   font-style: normal;
//   font-weight: normal;
//   font-variant: normal;
//   text-transform: none;
//   line-height: 1;

//   &:before {
//     display: block;
//     position: relative;
//     width: 100%;
//     height: 100%;
//     content: url('');
//   }
// }
