@import "./assets/styles/index.css";

/*
Theme Name: MDS-Multiple-Theme
Text Domain: MDS-Multiple-Theme
Version: 1.0
Description: Theme for MDS-Multiple-Theme
Tag: responsive, custom, multiple
Author: Derek Dalton
Author URI: https://multipleinc.com/
*/
/* 
Global css 
*/

html {
  margin-top: 0 !important;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
}