/*Base Styles
==================================== */
/* reset */
html,
body,
div,
ul,
li {
  margin: 0;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-weight: 500;
  font-size: large;
  font-family: "Bauhaus Light BT", sans-serif;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  font-weight: 900 !important;
}
