@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/Poppins-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/Poppins-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/Poppins-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: var(--font-heading);
}



.h-large h1,
.h-large h2,
.h-large h3,
.h-large h4 {
    font-size: 54px;
    line-height: 62px;
}


.h-font {
    font-family: var(--font);
}

.h-font h1,
.h-font h2,
.h-font h3,
.h-font h4,
.h-font h5,
.h-font h6 {
    font-family: var(--font);
    font-weight: 700;
}

h1+p,
h2+p,
h3+p,
h4+p,
h5+p,
h6+p {
    margin-top: 0
}

.paragraph h1,
.paragraph h2,
.paragraph h3,
.paragraph h4,
.paragraph h5,
.paragraph h6 {
    margin-bottom: 0.65em
}


.txt-h1,
h1,
.h1 h2,
.h1 h3,
.h1 h4,
.h1 h5,
.h1 h6 {
    font-size: 54px;
    line-height: 62px;
}

.txt-h2,
h2,
.h2 h1,
.h2 h2,
.h2 h3,
.h2 h5,
.h2 h6 {
    font-size: 44px;
    line-height: 50px;
}

.txt-h3,
h3,
.h3 h1,
.h3 h2,
.h3 h3,
.h3 h5,
.h3 h6 {
    font-size: 26px;
    line-height: 32px;
}

.txt-h4,
h4,
.h4 h1,
.h4 h2,
.h4 h3,
.h4 h5,
.h4 h6 {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
}

.txt-h4-reg {
    font-size: 24px;
    line-height: 32px;
}

.txt-h5,
h5,
.h5 h1,
.h5 h2,
.h5 h3,
.h5 h4,
.h5 h6 {
    font-size: 18px;
    line-height: 24px;
}

.txt-h6,
h6,
.h6 h1,
.h6 h2,
.h6 h3,
.h6 h4,
.h6 h5 {
    font-size: 16px;
    line-height: 26px;
}

.weight-medium {
    font-weight: 500
}

.weight-bold {
    font-weight: 600
}

.weight-reguler {
    font-weight: 400
}

.h-bot0 h1,
.h-bot0 h2,
.h-bot0 h3,
.h-bot0 h4,
.h-bot0 h5,
.h-bot0 h6 {
    margin-bottom: 0
}

.h-bot-2 h1,
.h-bot-2 h2,
.h-bot-2 h3,
.h-bot-2 h4,
.h-bot-2 h5,
.h-bot-2 h6 {
    margin-bottom: var(--space-2)
}

.h-bot-3 h1,
.h-bot-3 h2,
.h-bot-3 h3,
.h-bot-3 h4,
.h-bot-3 h5,
.h-bot-3 h6 {
    margin-bottom: var(--space-3)
}

.txt-small {
    font-size: 14px;
    line-height: 20px
}

.txt-tiny {
    font-size: 12px;
    line-height: 16px
}

.txt-medium {
    font-size: 18px;
    line-height: 24px;
}

.txt-large {
    font-size: 22px;
    line-height: 32px;
}

.weight-normal {
    font-weight: 400;
}

@media screen and (max-width: 767px) {

    .txt-h1,
    h1,
    .h1 h2,
    .h1 h3,
    .h1 h4,
    .h1 h5,
    .h1 h6 {
        font-size: 34px;
        line-height: 40px;
    }

    .largeHeading h1,
    .largeHeading h2,
    .largeHeading h3,
    .largeHeading h4 {
        font-size: 34px;
        line-height: 40px;
    }

    .txt-h2,
    h2,
    .h2 h1,
    .h2 h2,
    .h2 h3,
    .h2 h5,
    .h2 h6 {
        font-size: 28px;
        line-height: 34px;
    }

    .txt-h3,
    h3,
    .h3 h1,
    .h3 h2,
    .h3 h3,
    .h3 h5,
    .h3 h6 {
        font-size: 24px;
        line-height: 32px;
    }

    .txt-h4,
    h4,
    .h4 h1,
    .h4 h2,
    .h4 h3,
    .h4 h5,
    .h4 h6 {
        font-size: 20px;
        line-height: 26px;
    }

    .txt-h4-reg {
        font-size: 20px;
        line-height: 26px;
    }

    .txt-h5,
    h5,
    .h5 h1,
    .h5 h2,
    .h5 h3,
    .h5 h4,
    .h5 h6 {
        font-size: 16px;
        line-height: 22px;
    }

    .txt-h6,
    h6,
    .h6 h1,
    .h6 h2,
    .h6 h3,
    .h6 h4,
    .h6 h5 {
        font-size: 16px;
        line-height: 22px;
    }

    .txt-medium {
        font-size: 17px;
        line-height: 22px;
    }

    .txt-large {
        font-size: 17px;
        line-height: 22px;
    }
}

/*PARAGRAPH*/
.paragraph ul li {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 6px
}

.paragraph ul+h1,
.paragraph ul+h2,
.paragraph ul+h3,
.paragraph ul+h4,
.paragraph ul+h5 {
    margin-top: 1.2em
}

.paragraph ul li:last-child {
    margin-bottom: 0
}

.paragraph ul+p {
    margin-top: 1.2em
}