/**
 * Import reset and body scope
 *
 */

@import './core/utilities.scss';

@import './core/scopes.scss';
@include globalReset();

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

// global body style
body {
  @include bodyDefault();
}
