// Mute deprecation warnings until a SASS version update is available without having to spam console
$ignore-warning: true;
$enable-deprecation-messages: false;

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

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

// Import Variables Components
@import "../theme/lawconnect";
@import "../x2/variables";

// Temp Fix for Layout Renderer Responsive Design `.leap-design-web`
.leap-design-web {
  font-size: 16px; //match $font-size-base
  font-family: $font-family-sans-serif;
}
