/* Typography System */

h1 {
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -2px;
}

h2 {
    font-weight: 700;
    line-height: 1.2;
}

h3 {
    font-weight: 600;
    line-height: 1.3;
}

p {
    line-height: 1.6;
}

/* Utility classes for responsive text */
.text-display {
    font-size: clamp(48px, 8vw, 96px);
}

.text-hero {
    font-size: clamp(40px, 6vw, 80px);
}

.text-title {
    font-size: clamp(36px, 5vw, 56px);
}

.text-heading {
    font-size: clamp(24px, 3vw, 32px);
}

.text-subheading {
    font-size: clamp(20px, 2.5vw, 28px);
}

.text-body-large {
    font-size: clamp(18px, 2vw, 24px);
}

.text-body {
    font-size: clamp(16px, 1.5vw, 20px);
}

.text-small {
    font-size: 14px;
}
