@font-face {
    font-family: "Manrope";
    src: url("../fonts/Manrope-VariableFont_wght.ttf");
}

body *{
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke: 1px transparent;
    -webkit-appearance: none;
}

* {
    font-family: "Manrope";
    color: rgba(14, 14, 14, 1);
}

h1 {
    font-size: 51px;
    font-weight: 500;
}

h2 {
    font-size: 44px;
    font-weight: 500;
}

h3 {
    font-size: 36px;
    font-weight: 500;
}

h1 span,
h2 span,
h3 span,
.text1 span,
.text2 span,
.text3 span,
.text4 span,
p span {
    color: var(--main-color);
}

.text1 {
    font-size: 24px;
    font-weight: 500;
}

.text2 {
    font-size: 16px;
    font-weight: 500;
}

.text3 {
    font-size: 16px;
    font-weight: 300;
}

.text4 {
    font-size: 14px;
    font-weight: 500;
}

.text5 {
    font-size: 14px;
    font-weight: 300;
}

.text6 {
    font-size: 12px;
    font-weight: 500;
}

.text7 {
    font-size: 12px;
    font-weight: 400;
}

.text8 {
    font-size: 10px;
    font-weight: 400;
}

@media (max-width: 1375px) {
    h1 {
        font-size: 45px;
    }

    h2 {
        font-size: 38px;
    }

    h3 {
        font-size: 30px;
    }
}

@media (max-width: 1220px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 27px;
    }
}

@media (max-width: 1090px) {
    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 25px;
    }
}

@media (max-width: 730px) {

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 24px;
    }
}