@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "Montserrat";
  src: url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
}

@font-face {
  font-family: "Raleway";
  src: url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
}

.cursor {
  height: 2em;
  width: 2em;
  position: absolute;
  background: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-property: background, width, height, -webkit-transition;
  transition-property: background, width, height, -webkit-transition;
  transition-property: background, width, height, transition;
  transition-property: background, width, height, transition, -webkit-transition;
}

.talkBtnCursor {
  height: 3em;
  width: 3em;
  background: #b2a3fc;
}

.introTextCursor {
  height: 7em;
  width: 7em;
  background: #ffffff;
}

.bigTextCursor {
  height: 5em;
  width: 5em;
  background: #ffffff;
}

.contactBtnCursor {
  height: 6em;
  width: 6em;
  background: #ffffff;
}

.textCursor {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Montserrat";
  font-size: 1.3em;
  font-weight: 800;
}

.projectsTitleCursor {
  height: 7em;
  width: 7em;
  background: #ffffff;
}

.quoteCursor {
  height: 7em;
  width: 7em;
  background: #ffffff;
}
/*# sourceMappingURL=mousecursor.css.map */