body {
    font-family: var(--fontBody);
    font-size: 17px;
    line-height: 25px;
    color: var(--txtBody)
}

/**
@font-face {
    font-family: 'Biennale-Regular';
    src: url('../fonts/Biennale-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Biennale-Medium';
    src: url('../fonts/Biennale-Medium.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Biennale-Semibold';
    src: url('../fonts/Biennale-SemiBold.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
**/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0
}

.largeHeading {
    font-size: 62px;
    line-height: 68px;
}

.txtH1,
h1,
.h1 h2,
.h1 h3,
.h1 h4,
.h1 h5,
.h1 h6 {
    font-size: 56px;
    line-height: 60px;
    font-family: var(--fontHeading);
}

.txtH2,
h2,
.h2 h1,
.h2 h2,
.h2 h3,
.h2 h5,
.h2 h6 {
    font-size: 40px;
    line-height: 48px;
    font-family: var(--fontHeading);
}

.txtH3,
h3,
.h3 h1,
.h3 h2,
.h3 h3,
.h3 h5,
.h3 h6 {
    font-size: 32px;
    line-height: 36px;
    font-family: var(--fontHeading);
    color: var(--brandCol-1);
}

.txtH4,
h4,
.h4 h1,
.h4 h2,
.h4 h3,
.h4 h5,
.h4 h6 {
    font-size: 28px;
    line-height: 38px;
    font-family: var(--fontHeading);
    margin-bottom: 20px
}

.txtH5,
h5,
.h5 h1,
.h5 h2,
.h5 h3,
.h5 h4,
.h5 h6 {
    font-size: 24px;
    line-height: 32px;
    font-family: var(--fontHeading);
}

.txtH6,
h6,
.h6 h1,
.h6 h2,
.h6 h3,
.h6 h4,
.h6 h5 {
    font-size: 22px;
    line-height: 30px;
    font-family: var(--fontHeading);
}

h1 {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #3cc1c8;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: none
}

h1 a {
    color: #3cc1c8
}

h2 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 1px
}

h3 {
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 1px
}

h4 {
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: 0px
}

h5 {
    font-size: 17px;
    line-height: 1.3;
    letter-spacing: 0px
}

h6 {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 20px;
    color: var(--brandCol-1)
}

.headingOrange h1,
.headingOrange h2,
.headingOrange h3,
.headingOrange h4,
.headingOrange h5,
.headingOrange h6 {
    color: var(--brandCol-2)
}

.regTxt {
    font-weight: 400;
    font-family: var(--font);
}

.hBot0 h1,
.hBot0 h2,
.hBot0 h3,
.hBot0 h4,
.hBot0 h5,
.hBot0 h6 {
    margin-bottom: 0
}

@media screen and (max-width:1024px) {

    .txtH1,
    h1,
    .h1 h2,
    .h1 h3,
    .h1 h4,
    .h1 h5,
    .h1 h6 {
        font-size: 56px;
        line-height: 60px;
    }

    .txtH2,
    h2,
    .h2 h1,
    .h2 h2,
    .h2 h3,
    .h2 h5,
    .h2 h6 {
        font-size: 34px;
        line-height: 40px;
    }

    .txtH3,
    h3,
    .h3 h1,
    .h3 h2,
    .h3 h3,
    .h3 h5,
    .h3 h6 {
        font-size: 30px;
        line-height: 36px;
    }

    .txtH4,
    h4,
    .h4 h1,
    .h4 h2,
    .h4 h3,
    .h4 h5,
    .h4 h6 {
        font-size: 28px;
        line-height: 38px;
    }

    .txtH5,
    h5,
    .h5 h1,
    .h5 h2,
    .h5 h3,
    .h5 h4,
    .h5 h6 {
        font-size: 24px;
        line-height: 32px;
    }

    .txtH6,
    h6,
    .h6 h1,
    .h6 h2,
    .h6 h3,
    .h6 h4,
    .h6 h5 {
        font-size: 22px;
        line-height: 30px;
    }
}

@media screen and (max-width: 767px) {

    .txtH1,
    h1,
    .h1 h2,
    .h1 h3,
    .h1 h4,
    .h1 h5,
    .h1 h6 {
        font-size: 48px;
        line-height: 52px;
    }

    .txtH2,
    h2,
    .h2 h1,
    .h2 h2,
    .h2 h3,
    .h2 h5,
    .h2 h6 {
        font-size: 32px;
        line-height: 40px;
    }

    .txtH3,
    h3,
    .h3 h1,
    .h3 h2,
    .h3 h3,
    .h3 h5,
    .h3 h6 {
        font-size: 30px;
        line-height: 34px;
    }

    .txtH4,
    h4,
    .h4 h1,
    .h4 h2,
    .h4 h3,
    .h4 h5,
    .h4 h6 {
        font-size: 20px;
        line-height: 24px;
    }

    .txtH5,
    h5,
    .h5 h1,
    .h5 h2,
    .h5 h3,
    .h5 h4,
    .h5 h6 {
        font-size: 24px;
        line-height: 32px;
    }

    .txtH6,
    h6,
    .h6 h1,
    .h6 h2,
    .h6 h3,
    W .h6 h4,
    .h6 h5 {
        font-size: 20px;
        line-height: 26px;
    }
}