.h1{
    font-family: 'Merriweather', serif;
    font-size: 96px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: -1.5%;
}

.h2{
    font-family: 'Merriweather', serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: -0.5%;
}

.h3{
    font-family: 'Merriweather', serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.h4{
    font-family: 'Merriweather', serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.25%;
}

.h5{
    font-family: 'Merriweather', serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%
}

.h6{
    font-family: 'Merriweather', serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.15%;
}

.subtitle-1{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.15%;
}

.subtitle-2{
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.1%;
    text-align: justify;
}

.body-1{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 0.3px;
    text-align: justify;
}

.body-2{
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 0.25%;
    text-align: justify
}

.body-3{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 0.3px;
}

.button-1{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.4px;
    text-align: justify;
    cursor: pointer;
}

.caption-1{
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.4%;
    text-align: justify
}

.overline-1{
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1.5%;
    text-align: justify
}

.link{
    /* color: #0676BD !important; */
    color: var(--theme-color-4) !important;
}