html {
    font-size: 16px;
}

/* Headings */
h1 {
    font-weight: 800;
    font-size: clamp(1.8rem, 3vw + 0.5rem, 2.6rem);
    letter-spacing: -0.02em;
    line-height: 1.15;
}

h2 {
    font-weight: 700;
    font-size: clamp(1.5rem, 2.5vw + 0.3rem, 2.2rem);
    letter-spacing: -0.01em;
    line-height: 1.25;
}

h3 {
    font-weight: 700;
    font-size: clamp(1.25rem, 2vw + 0.2rem, 1.9rem);
    line-height: 1.3;
}

h4 {
    font-weight: 600;
    font-size: clamp(1.1rem, 1.5vw + 0.2rem, 1.6rem);
}

h5 {
    font-weight: 600;
    font-size: clamp(1rem, 1vw + 0.2rem, 1.3rem);
}

h6 {
    font-weight: 600;
    font-size: clamp(0.95rem, 0.8vw + 0.2rem, 1.1rem);
}

/* Paragraphs */
p {
    font-size: clamp(0.9rem, 0.6vw + 0.8rem, 1rem);
    line-height: 1.6;
    color: #222;
}

/* Span and Label */
span, label {
    font-size: clamp(0.85rem, 0.5vw + 0.7rem, 0.95rem);
    color: inherit;
}

/* Sports Brand Style Touch */
label {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
}
