html {
  font-size: 62.5%;
  line-height: 1.5;
  scroll-behavior: smooth;
  box-sizing: border-box;
  overflow-x: hidden !important;
  font-family: "Montserrat", sans-serif;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  color: $mainText;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  width: 100%!important;
  font-size: 1.5rem;
  overflow-x: hidden !important;
  margin: 0;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1025px) {
  body {
    font-size: 1.7rem;
  }
}


a {
  text-decoration: none;
  pointer-events: all;
}
a:hover {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p, a, li, ul, ol, div, span, em, strong {
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}


h2 {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 2.2rem;
  }
}

h3 {
  font-size: 2.5rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 3rem;
  }
}

hr {
  border: none;
  border-top: 1px solid rgb(216, 216, 216);
}
