@import url("https://fonts.googleapis.com/css2?family=Prompt: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");
html,
body {
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.prompt-bold {
  font-family: "Prompt", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.navbar-default .navbar-nav > li > a {
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.navbar-brand {
  display: flex;
}
.navbar-brand span {
  color: #777;
  border: 4px solid;
  padding: 10px;
  font-size: 30px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.btn {
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.home-blog {
  margin-top: 5rem;
}
.home-blog .h3 {
  margin: 0 !important;
}

.text-3-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.text-2-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.text-1-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/*# sourceMappingURL=style.css.map */
