@font-face {
  src: url("../library/fonts/GoogleSans-Regular.ttf");
  font-family: "Google Sans";
}

* {
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 35px;
  font-family: "Google Sans";
  color: #4b0082;
}

h2 {
  font-size: 25px;
  font-family: "Google Sans";
  color: #ff69b4;
}

p {
  color: #424640;
}

.headline {
  margin: 1rem 0 2rem 0;
  text-align: center;
}

@media (max-width: 768px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 18px;
  }
}
/*# sourceMappingURL=term.css.map */