@font-face {
  font-family: "Montserrat";
  src: url(./Montserrat-VariableFont_wght.ttf);
}

@font-face {
  font-family: restore;
  src: url(./Restore-W00-Bold.ttf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  width: 100%;
  font-family: "Montserrat", sans-serif;
}

main {
  min-height: 100vh;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.Page-Top {
  position: fixed;
  bottom: clamp(15px, 4vw, 30px);
  right: clamp(15px, 4vw, 30px);
  width: 2.1em;
  height: 2.1em;
  background-color: #02afb8;
  color: #fff;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.Page-Top i {
  font-size: 24px;
}
