@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: #17d1b8;
}

strong {
  color: #1e90ff;
}

.page_header {
  margin-top: 1rem;
  height: 40vh;
  background: #f2f2f2;
}

.page_header p {
  padding-left: 15px;
  color: #737373;
  line-height: 1.5;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.page_header .head_text {
  color: #000000;
  padding-left: 15px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 100;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.page_header img {
  width: 200px;
  height: auto;
  border-radius: 50%;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 18px;
  }
  .page_header .head_text {
    font-size: 25px;
  }
  .page_header img {
    width: 150px;
  }
}
/*# sourceMappingURL=privacy.css.map */