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

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

.heading-3 {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1.3;
}

.heading-4 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.35;
}

.title-lg {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
}

.title {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.4;
}

.sub-title {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
}

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

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

.desc {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.65;
    opacity: 0.75;
}

.font-thin {
    font-weight: 100;
}
.font-extralight {
    font-weight: 200;
}
.font-light {
    font-weight: 300;
}
.font-normal {
    font-weight: 400;
}
.font-medium {
    font-weight: 500;
}
.font-semibold {
    font-weight: 600;
}
.font-bold {
    font-weight: 700;
}
.font-extrabold {
    font-weight: 800;
}
.font-black {
    font-weight: 900;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.text-5xl {
    font-size: 3rem;
    line-height: 1;
}

.text-6xl {
    font-size: 3.75rem;
    line-height: 1;
}

.leading-none {
    line-height: 1;
}
.leading-tight {
    line-height: 1.25;
}
.leading-snug {
    line-height: 1.375;
}
.leading-normal {
    line-height: 1.5;
}
.leading-relaxed {
    line-height: 1.625;
}
.leading-loose {
    line-height: 2;
}

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

.text-muted {
    opacity: 0.75;
}

.text-grey {
    color: #737373;
}

.text-g {
    background: linear-gradient(90deg, #6c8b8d 0%, #6a3563 100%);

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.clamp-three-lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; 
  line-clamp: 4; 
  -webkit-box-orient: vertical;
}

@media (max-width: 1024px) {
    .heading-1 {
        font-size: 2.5rem;
    }
    .heading-2 {
        font-size: 2rem;
    }
    .heading-3 {
        font-size: 1.6rem;
    }
    .lg\\:text-4xl {
        font-size: 2.25rem;
    }
    .lg\\:text-3xl {
        font-size: 1.875rem;
    }
}

a {
    text-decoration: none;
}

@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.15rem;
    }
    .title {
        font-size: 1.05rem;
    }

    .md\\:text-3xl {
        font-size: 1.875rem;
    }
    .md\\:text-2xl {
        font-size: 1.5rem;
    }
}

@media (max-width: 640px) {
    .heading-1 {
        font-size: 1.75rem;
    }
    .heading-2 {
        font-size: 1.5rem;
    }
    .sm\\:text-xl {
        font-size: 1.25rem;
    }
    .sm\\:text-lg {
        font-size: 1.125rem;
    }
}
