.link {
    text-decoration: none;
    color: #333;
}

.body {
	font-size: 16px;
	font-weight: 400;
	line-height: 29px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: var(--ff-cp-regular);
	font-weight: 500;
	color: #000;
    margin-top: 0;
}
.h1 {
    font-family: var(--ff-cp-medium);
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.03em;
    margin: 0;
}
.h2 {
	font-family: var(--ff-cp-medium);
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -0.01em;
}
.h3 {
    font-family: var(--ff-cp-medium);
	font-size: 24px;
    font-weight: 500;
	line-height: 100%;
	letter-spacing: -0.01em;
}
.h4 {
	font-family: var(--ff-cp-medium);
	font-size: 20px;
    font-weight: 500;
	line-height: 100%;
	letter-spacing: -0.01em;
}
.h5 {
    font-family: var(--ff-cp-medium);
    font-weight: 500;
	line-height: 100%;
    letter-spacing: -2%;
}
.h6 {
	line-height: 20px;
	letter-spacing: -0.01em;
}
.overline {
    display: block;
    font-family: var(--ff-cp-medium);
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.02em;
}
.overline-small {
    font-family: var(--ff-cp-medium);
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0;
}

@media screen and (min-width: 1024px) {
    .h1 {
        font-size: 56px;
        line-height: 61px;
        letter-spacing: -0.04em;
    }
    .h2 {
        font-size: 40px;
        line-height: 100%;
        letter-spacing: -0.03em;
    }
    .h3 {
        font-size: 32px;
    }
    .h4 {
        font-size: 24px;
    }
    .overline {
        font-size: 20px;
    }
}