@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
html {
  scroll-behavior: smooth;
}
a {
  color: teal;
}
.bg {
  background: #f4f4f4;
}
.teal {
  color: teal;
}
.btn-group-xs > .btn,
.btn-xs {
  padding: 0.25rem 0.4rem;
  font-size: 0.875rem;
  line-height: 0.5;
  border-radius: 0.2rem;
}

.mont-font {
  font-family: "Figtree", sans-serif;
}

.theme-font {
  font-family: "Poppins", sans-serif;
}

.round-corner {
  border-radius: 15px;
}

.text-white {
  color: white;
}

.grow {
  transition: 0.3s ease;
}

.grow:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.1);
  transition: 0.3s ease;
}

.light-weight-font {
  font-weight: 100;
}

.dim-white {
  color: rgba(255, 255, 255, 0.7);
}

.vl-line {
  border-left: 2px solid rgb(0, 128, 128, 0.6);
  height: 120px;
}

.topic-card-p {
  font-size: 12px;
  padding-bottom: 15px;
  margin-left: 10%;
  margin-right: 10%;
}

.content {
  line-height: 2;
}

.smallcase {
  text-transform: lowercase;
}
.nosmallcase {
  text-transform: none;
}
.pad {
  padding-top: 2%;
  padding-bottom: 2%;
}
.hr-pad {
  margin-top: 3%;
  margin-bottom: 3%;
}
.bold {
  color: black;
  font-weight: 950;
}
.editor {
  width: 100%;
  height: 100%;
  position: relative;
  text-transform: none;
}

.btn-default {
  color: #17a2b8;
  border-color: #17a2b8;
  background-color: white;
}
.nav-btns {
  margin-bottom: 15px;
}
.nav-text {
  color: #17a2b8;
}
.font12 {
  font-size: 12px;
}
.font16 {
  font-size: 16px;
}

.btn-default {
  color: #17a2b8;
  border-color: #17a2b8;
  background-color: white;
}

/* CTA button */
.cta-button {
  background: #bfe1c6;
  color: #00796b;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
}

.cta-button:hover {
  background: #a5ddb1;
  color: #02685c;
}
