.heading-block {
    margin-top: 0;
    margin-bottom: 1rem;
}

/* Font sizes from theme.json */
.heading-block.has-extra-small-font-size {
    font-size: 1rem;
}

.heading-block.has-small-font-size {
    font-size: 1.125rem;
}

.heading-block.has-medium-font-size {
    font-size: clamp(1.25rem, 2vw, 1.5rem);
}

.heading-block.has-large-font-size {
    font-size: clamp(1.75rem, 2vw, 2rem);
}

.heading-block.has-x-large-font-size {
    font-size: clamp(2.5rem, 3vw, 2.75rem);
}

.heading-block.has-xx-large-font-size {
    font-size: clamp(3rem, 4vw, 3.75rem);
}

/* Font weights */
.heading-block.has-font-weight-100 {
    font-weight: 100;
}

.heading-block.has-font-weight-200 {
    font-weight: 200;
}

.heading-block.has-font-weight-300 {
    font-weight: 300;
}

.heading-block.has-font-weight-400 {
    font-weight: 400;
}

.heading-block.has-font-weight-500 {
    font-weight: 500;
}

.heading-block.has-font-weight-600 {
    font-weight: 600;
}

.heading-block.has-font-weight-700 {
    font-weight: 700;
}

.heading-block.has-font-weight-800 {
    font-weight: 800;
}

.heading-block.has-font-weight-900 {
    font-weight: 900;
}

