@font-face {
    font-family: 'Lexend';
    src: url('./font/Lexend-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Lexend';
    src: url('./font/Lexend-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Lexend';
    src: url('./font/Lexend-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

body {
    font-family: 'Lexend';
}

h1, h2, h3, h4, h5, p, a, span, button {
    font-family: 'Lexend' !important;
    margin: 0;
}

h1, h2, h3, h4, h5 {
    font-weight: 700 !important;
}

p, a, button {
    font-weight: 500 !important;
}

span {
    font-weight: 600 !important;
    font-size: 14px;
    line-height: 18px;
}

h1 {
    font-size: 58px;
    line-height: 60px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 21px;
    line-height: 28px;
}

h5 {
    font-size: 18px;
}

p {
    font-size: 16px;
}

a {
    text-decoration: none;
    color: unset;
}

@media screen and (max-width: 992px) {
    h1 {
        font-size: 36px;
        line-height: 40px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 18px;
        line-height: 24px;
    }

    h5 {
        font-size: 16px;
    }
}