/* @import url("../fonts/Inter/stylesheet.css"); */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "TT Ramillas Trl";
}

html,
body {
  /* height: 100%; */
}

body {
  overflow-x: hidden;
}

.cursor {
  pointer-events: none;
  /* mix-blend-mode: difference; */
  z-index: 9999;
}
.cursor__ball {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

