/**
 * Import basis core parts
 *
 */

// core imports
@import './core/scopes.scss';

// make sure we have dynamic root font size
@include htmlDefault();

// The only style we use on body is to reset the margin
// the rest goes inside dnb-core-style
body {
  margin: 0;
}

// In order to be able to have the body stiles inside a app wrapper,
// we have this class helper to get the body styles inside the wrapper as well
// without using the body
.dnb-core-style {
  @include bodyDefault();
}

@import './core/helper-classes/helper-classes.scss';
