body, html {
    font-family: "Roboto", sans-serif;
    color: #474747;
    font-weight: 400;
}

h1 {
    font-size: 48px;
    line-height: 1.4;
    color: #242424;
    font-weight: 800;
}

h2 {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 800;
    color: #242424;
}

h3 {
    font-size: 32px;
    line-height: 1.4;
    font-weight: 800;
    color: #242424;
}

h4 {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 600;
    color: #242424;
}

h5 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    color: #242424;
}

h6 {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    color: #242424;
}


.default-medium-text, p {
    font-size: 18px;
    line-height: 1.4;
}

.default-small-text {
    font-size: 16px;
    line-height: 1.4;
}

.default-smallest-text {
    font-size: 14px;
    line-height: 1.4;
}

.default-medium-font-weight-text {
    font-weight: 500;
}

.default-regular-font-weight-text {
    font-weight: 400;
}

.default-light-font-weight-text {
    font-weight: 300;
}


.center-text {
    text-align: center;
}


.white-text {
    color: var(--white-color)!important;
}

.brand-color-text {
    color: #6FA722;
}

.orange-color-text {
    color: #FF7200;
}


@media screen and (max-width: 770px) {
    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 28px;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }
}