h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.p {
    margin: 0;
}

.h1.hero {
    font-size: 56px;
    line-height: 1;
    font-weight: 700;
    
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .h1.hero {
    font-size: 48px;
    line-height: 1;
    font-weight: 600;
    }
}

@media only screen and (max-width: 767px) {
    .h1.hero {
    font-size: 32px;
    line-height: 1.125;
    font-weight: 600;
    }
}

.p.hero {
    font-size: 32px;
    line-height: 1.5;
    font-weight: 400;

    margin-top: 6px;

    text-align: center;
}

@media only screen and (max-width: 767px) {
    .p.hero {
        font-size: 24px;
        line-height: 1.125;

        max-width: 256px;
    }
}

.h2.hero {
    font-size: 56px;
    line-height: 1;
    font-weight: 700;
    
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .h2.hero {
    font-size: 48px;
    line-height: 1;
    font-weight: 600;
    }
}

@media only screen and (max-width: 767px) {
    .h2.hero {
    font-size: 32px;
    line-height: 1.125;
    font-weight: 600;
    }
}

.collection.title {
    font-size: 56px;
    line-height: 1;
    font-weight: 700;
    
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .collection.title {
    font-size: 48px;
    line-height: 1;
    font-weight: 600;
    }
}

@media only screen and (max-width: 767px) {
    .collection.title {
    font-size: 32px;
    line-height: 1.125;
    font-weight: 600;
    }
}

.p.collection.sub-title {
    max-width: 256px;

    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.125px;
    line-height: 1.125;
    text-align: end;

    color: #6e6e73;
}

@media only screen and (max-width: 767px) {
    .p.collection.sub-title {
        font-size: 20px;
        line-height: 1.25;
        text-align: start;
        margin-top: 12px;
    }
}

.collection.title.link {
    text-decoration: none;
    color: var(--primary-text);
}

.collection.title.link-icon {
    width: 14px;
    height: 14px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .collection.title.link-icon {
    width: 10px;
    height: 10px;
    margin-bottom: 6px;
}
}

.category.title {
    font-size: 14px;
    white-space: nowrap;
    line-height: 1.25;
    font-weight: 500;
    color: var(--secondary-text);
}

@media only screen and (max-width: 478px) {
.category.title {
    font-size: 12px;
}
}

.callout.text {
    font-size: 14px;
    text-align: center;
}

.callout.response {
    font-size: 12px;
    
    color: var(--footer-text);
}

.navigation.desktop.item-title {
    font-size: 12px;

    margin-bottom: 24px;

    color: var(--secondary-text);
}

.navigation.desktop.item-link {
    font-size: 24px;
    font-weight: 600;
}
