body {
    font-family: 'Montserrat', sans-serif;
    color: var(--black-500);
    letter-spacing: 0px;
}
h1{
    font-weight: bold;
    font-size: 64px;
    line-height: 1;
}
h2{
    font-weight: bold;
    font-size: 44px;
    line-height: 1;
    letter-spacing: -2px;
}
h3{
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -2px;
}
h4{
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0;
}
h5{
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0;
}
p{
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
}
b, strong{
    font-weight: 700;
}

.text-gradient {
  background: var(--main-gradient);
  -webkit-background-clip: text; /* For Safari/Chrome */
  -webkit-text-fill-color: transparent;
  background-clip: text; /* Standard */
  color: transparent;
}