/*text style*/
@import url("https://fonts.cdnfonts.com/css/avenir");
@import url("https://fonts.googleapis.com/css2?family=Merriweather&display=swap");

* {
    font-family: "Avenir", sans-serif;
}

@media (min-width: 576px) {
    .heading-1 {
        font-size: 64px !important;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 120%;
    }

    .heading-2 {
        font-size: 46px !important;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 120%;
    }

    .heading-3 {
        font-size: 36px !important;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 120%;
    }

    .heading-4 {
        font-size: 32px !important;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 120%;
    }

    .heading-5 {
        font-size: 24px !important;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 120%;
    }

    .heading-6 {
        font-size: 18px !important;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 120%;
    }
}

.heading-1 {
    font-family: "Merriweather", serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 120%;
}

.heading-2 {
    font-family: "Merriweather", serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 120%;
}

.heading-3 {
    font-family: "Merriweather", serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 120%;
}

.heading-4 {
    font-family: "Merriweather", serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 120%;
}

.heading-5 {
    font-family: "Merriweather", serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 120%;
}

.heading-6 {
    font-family: "Merriweather", serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 120%;
}

.subtitle-1 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 140%;
}

.subtitle-2 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 140%;
}

.body-1---semibold {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 140%;
}

.body-1---regular {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 140%;
}

.body-1---medium {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 140%;
}

.body-2---semibold {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 140%;
}

.body-2---regular {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 140%;
}

.body-2---medium {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 140%;
}

.button-1 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 140%;
}

.button-2 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 140%;
}

.label {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 140%;
}

.submenu {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 2px;
}

.small-1 {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 140%;
}

.small-2 {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 140%;
}

.font-w-3 {
    font-weight: 300;
}
.font-w-4 {
    font-weight: 400;
}
.font-w-5 {
    font-weight: 500;
}
.font-w-6 {
    font-weight: 600;
}
.font-w-7 {
    font-weight: 700;
}
.font-w-8 {
    font-weight: 800;
}
.font-w-9 {
    font-weight: 900;
}
