@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;
  opacity: 0;
}

b,
u {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

li {
  text-wrap: auto;
}

* {
  font-size: 10px;
  /* text-wrap: balance; */
}

* {
  scrollbar-width: none;
  /* scrollbar-gutter: stable; */
}

a {
  text-decoration: none;
  width: fit-content;
}

body div {
  display: block;
}

button,
input[type="submit"],
input[type="reset"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

@media (max-width: 1024px) {
  body.freeze {
    overflow: hidden;
  }
}