body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p,
body {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1em; /* 18px */
    line-height: 1.5;
    color: var(--dark);
}

p, ul, ol {
    margin-bottom: 15px;
}

p.small,
div.small > p {
    font-size: 0.778em; /* 14px */
    line-height: 1.5;
}

p.large,
div.large > p {
    font-size: 1.111em; /* 20px */
    line-height: 26px;
}

a {
    text-decoration: underline;
}

a.button {
    text-decoration: none;
}

/*h1*/
h1,
.h1style,
div.h1style > p {
    font-size: 3.444em; /* 62px */
    /*line-height: 76px;*/
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 30px;
}

/* h1.alt */
h1.alt,
.h1style.alt,
div.h1style.alt > p {
    font-size: 4.167em; /* 75px */
    /*line-height: 90px;*/
    line-height: 1.5em;
    font-weight: 800;
    margin-bottom: 30px;
}

/*h2*/
h2,
.h2style,
div.h2style > p {
    font-size: 2.778em; /* 50px */
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 30px;
}

/*h3*/
h3,
.h3style,
div.h3style > p {
    font-size: 2em; /* 36px */
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 30px;
}

/*h4*/
h4,
.h4style,
div.h4style > p {
    font-size: 1.333em; /* 24px */
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 20px;
}

/*h5*/
h5,
.h5style,
div.h5style > p {
    font-size: 1.222em; /* 22px */
    /*line-height: 32px;*/
    line-height: 1.5em;
    font-weight: 400;
    margin-bottom: 15px;
}

/*h6*/
h6,
.h6style,
div.h6style > p {
    font-size: 1.111em; /* 20px */
    /*line-height: 26px;*/
    line-height: 1.5em;
    font-weight: 400;
    margin-bottom: 15px;
}

/* subheading */
p.subheading,
div.subheading,
div .subheading {
    text-transform: uppercase;
    font-size: 0.889em; /* 16px */
    line-height: 1.5;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

/*** 1599px ***/
@media(max-width: 1599.98px) {

    /*p,*/
    /*body {*/
    /*    font-size: 0.889em; !* 16px *!*/
    /*    !*line-height: 24px;*!*/
    /*}*/

    h1,
    .h1style,
    div.h1style > p {
        font-size: 3em; /* 54px */
        /*line-height: 69px;*/
        margin-bottom: 30px;
    }

    h1.alt,
    .h1style.alt,
    div.h1style.alt > p {
        font-size: 3.333em; /* 60px */
        /*line-height: 71px;*/
        font-weight: 600;
        margin-bottom: 30px;
    }

    h2,
    .h2style,
    div.h2style > p {
        font-size: 2.333em; /* 42px */
        /*line-height: 58px;*/
        margin-bottom: 20px;
    }

    h3,
    .h3style,
    div.h3style > p {
        font-size: 1.667em; /* 30px */
        /*line-height: 38px;*/
        margin-bottom: 20px;
    }

    h4,
    .h4style,
    div.h4style > p {
        font-size: 1.111em; /* 20px */
        /*line-height: 24px;*/
        margin-bottom: 20px;
    }

    h5,
    .h5style,
    div.h5style > p {
        font-size: 1.111em; /* 20px */
        /*line-height: 24px;*/
        margin-bottom: 15px;
    }

    h6,
    .h6style,
    div.h6style > p {
        font-size: 1.111em; /* 20px */
        /*line-height: 24px;*/
        margin-bottom: 15px;
    }
}

/*** Mobile ***/
@media(max-width: 575px) {

    p,
    body {
        font-size: 0.889em; /* 16px */
        line-height: 24px;
    }

    h1,
    .h1style,
    div.h1style > p {
        font-size: 2em; /* 36px */
        /*line-height: 42px;*/
        margin-bottom: 15px;
    }

    h1.alt,
    .h1style.alt,
    div.h1style.alt > p {
        font-size: 2.222em; /* 40px */
        /*line-height: 46px;*/
        margin-bottom: 15px;
    }

    h2,
    .h2style,
    div.h2style > p {
        font-size: 1.556em; /* 28px */
        /*line-height: 34px;*/
        margin-bottom: 15px;
    }

    h3,
    .h3style,
    div.h3style > p {
        font-size: 1.333em; /* 24px */
        /*line-height: 30px;*/
        margin-bottom: 10px;
    }
}