@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap");

.body-introduction {
  font-family: "M PLUS 1", sans-serif;
}

@font-face {
  font-family: "bestten";
  src:
    url("../fonts/BestTen-CRT-subset.woff2") format("woff2"),
    url("../fonts/BestTen-CRT-subset.woff") format("woff");
}

.font-for-typing {
  font-family: "bestten";
}
