@import url("https://fonts.googleapis.com/css2?family=Ibarra+Real+Nova:wght@400;700&family=Public+Sans&display=swap");

.heading {
   font-family: "Ibarra Real Nova", serif;
   font-weight: 700;
   color: var(--greyish-dark-blue);
}
.heading-2 {
   font-family: "Ibarra Real Nova", serif;
   font-size: 32px;
   line-height: 42px;
   font-weight: 400;
   color: var(--greyish-dark-blue);
}
.h-1 {
   font-size: 50px;
   line-height: 50px;
   letter-spacing: -0.45px;
}
.h-2 {
   font-size: 40px;
   line-height: 42px;
   letter-spacing: -0.36px;
}
.h-3 {
   font-size: 32px;
   font-weight: 400;
   line-height: 36px;
   letter-spacing: -0.29px;
}

.p-text {
   color: var(--greyish-dark-blue);
   font-family: "Public Sans", sans-serif;
   font-weight: 400;
   line-height: 30px;
}

.p-text-green {
   color: var(--desatured-cyan);
   font-family: "Public Sans", sans-serif;
   font-weight: bold;
   line-height: 30px;
}

.small-p {
   font-size: 15px;
}
.form-label {
   color: var(--greyish-dark-blue);
   font-size: 13px;
   font-family: "Public Sans", sans-serif;
   font-weight: bold;
   line-height: 30px;
   opacity: 0.8;
   margin-bottom: 10px;
}
.nav-text {
   color: var(--greyish-dark-blue);
   font-size: 12px;
   letter-spacing: 2px;
   line-height: 14px;
   text-transform: uppercase;
}

.white-text {
   color: #ffffff;
}
.green-text {
   color: var(--desatured-cyan);
}
.text-center {
   text-align: center;
}
.opacity-015 {
   opacity: 0.15;
}
.opacity-8 {
   opacity: 0.8;
}
.opacity-5 {
   opacity: 0.5;
}
.underline-text {
   text-decoration: underline;
}
.normal-text {
   font-weight: normal;
}
