.heading-1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}

.heading-2 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.25;
}

.heading-3 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
    padding: 7px 0;
}
.title-lg {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.35;
}

.title {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.35;
    margin: 0px;
}

.title-sm {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

.sub-title {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

.text-body {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.text-sm {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
}

.text-xs {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.4;
}

.text-description {
    font-size: 0.8rem;
    font-weight: 400;
    opacity: 0.75;
    line-height: 1.65;
}

.text-primary {
    color: var(--primary-color);
}

.text-Mynerve {
    font-family: "Mynerve";
}

@media (max-width: 992px) {
    .heading-1 {
        font-size: 2.4rem;
    }
    .heading-2 {
        font-size: 2rem;
    }
    .heading-3 {
        font-size: 1.7rem;
    }
    .title-lg {
        font-size: 1.4rem;
    }
    .title {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .heading-1 {
        font-size: 2rem;
    }
    .heading-2 {
        font-size: 1.7rem;
    }
    .heading-3 {
        font-size: 1.4rem;
    }
    .title-lg {
        font-size: 1.25rem;
    }
    .title {
        font-size: 1.15rem;
    }
}
